appsettings.json 391 B

1234567891011121314151617181920
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "AgileConfig": {
  10. "appId": "smp.test",
  11. "secret": "1",
  12. "nodes": "http://wms.xingyunyi.cn:9522" //¶à¸ö½ÚµãʹÓöººÅ·Ö¸ô
  13. },
  14. "JWT": {
  15. "SecretKey": "fanlihng@sr.qq.com",
  16. "Issuer": "sr",
  17. "Expires": 1,
  18. "Audience": "sr"
  19. }
  20. }