| 1234567891011121314151617181920212223242526272829 |
- {
- "ConnectionStrings": {
- "DefaultConnection": "Data Source=127.0.0.1;User ID=root;Password=root;Database=WXCore;"
- //"ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=Winsoft.GOV.XF.WebApi.ManagerCore;Trusted_Connection=True;MultipleActiveResultSets=true"
- },
- // LogLevel Severity: "Trace", "Debug", "Information", "Warning", "Error", "Critical", "None"
- "Logging": {
- "PathFormat": "Logs/log-{Date}.log",
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
- }
- },
- //"Logging": {
- // "IncludeScopes": false,
- // "LogLevel": {
- // "Default": "Warning"
- // }
- //},
- "SenparcWeixinSetting": {
- "Token": "lishui12345",
- "EncodingAESKey": "",
- "WeixinAppId": "wxe991cda999e69d44",
- "WeixinAppSecret": "37f98e633b4d892f7df4c36127125c1f"
- }
- }
|