appsettings.json 523 B

1234567891011121314151617181920212223242526
  1. {
  2. "Logging": {
  3. "PathFormat": "Logs/log-{Date}.log",
  4. "IncludeScopes": false,
  5. "LogLevel": {
  6. "Default": "Warning"
  7. }
  8. },
  9. "SenparcWeixinSetting": {
  10. "Token": "lishui12345",
  11. "EncodingAESKey": "",
  12. "WeixinAppId": "wxf1b36b3d0de9bd6f",
  13. "WeixinAppSecret": "e987d72d55810d4c940993f22c8608eb"
  14. },
  15. "WhiteList": [
  16. {
  17. "IP": "220.191.253.15",
  18. "Source": "万赛测试"
  19. },
  20. {
  21. "IP": "61.153.244.218",
  22. "Source": "办事预约"
  23. }
  24. ]
  25. }