appsettings.json 906 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "ConnectionStrings": {
  3. "DefaultConnection": "Data Source=127.0.0.1;User ID=root;Password=root;Database=WXCore;"
  4. //"ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=Winsoft.GOV.XF.WebApi.ManagerCore;Trusted_Connection=True;MultipleActiveResultSets=true"
  5. },
  6. // LogLevel Severity: "Trace", "Debug", "Information", "Warning", "Error", "Critical", "None"
  7. "Logging": {
  8. "PathFormat": "Logs/log-{Date}.log",
  9. "IncludeScopes": false,
  10. "LogLevel": {
  11. "Default": "Debug",
  12. "System": "Information",
  13. "Microsoft": "Information"
  14. }
  15. },
  16. //"Logging": {
  17. // "IncludeScopes": false,
  18. // "LogLevel": {
  19. // "Default": "Warning"
  20. // }
  21. //},
  22. "SenparcWeixinSetting": {
  23. "Token": "lishui12345",
  24. "EncodingAESKey": "",
  25. "WeixinAppId": "wxe991cda999e69d44",
  26. "WeixinAppSecret": "37f98e633b4d892f7df4c36127125c1f"
  27. }
  28. }