appsettings.json 567 B

12345678910111213141516171819202122232425
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. //"AllowedHosts": "*",
  9. //"AgileConfig": {
  10. // "appId": "3",
  11. // "secret": "1",
  12. // "nodes": "http://wms.xingyunyi.cn:9522" //����ڵ�ʹ�ö��ŷָ�
  13. "AllowedHosts": "*",
  14. "AgileConfig": {
  15. "appId": "3",
  16. "secret": "1",
  17. "nodes": "http://wms.xingyunyi.cn:9522" //多个节点使用逗号分隔
  18. },
  19. "JWT": {
  20. "SecretKey": "fanlihng@sr.qq.com",
  21. "Issuer": "sr",
  22. "Expires": 1,
  23. "Audience": "sr"
  24. }
  25. }