| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "Data": {
- "DefaultConnection": {
- //"ConnectionString": "Data Source=127.0.0.1;User ID=sa;Password=zlgtest;initial catalog=Winsoft.GOV.XF.WebApi.ManagerCore;",
- "ConnectionString": "Data Source=127.0.0.1;User ID=root;Password=root;initial catalog=WXCore;"
- // "ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=Winsoft.GOV.XF.WebApi.ManagerCore;Trusted_Connection=True;MultipleActiveResultSets=true"
- }
- },
- "BaseURL": "http://f57a02f0.ngrok.io",
- // 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": "fa0f4457bf55dcfe544d86ab6095f4ba"
- }
- }
|