appsettings.json 337 B

12345678910111213141516
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AgileConfig": {
  10. "appId": "1",
  11. "secret": "1",
  12. "nodes": "http://wms.xingyunyi.cn:9522" //¶à¸ö½ÚµãʹÓöººÅ·Ö¸ô
  13. },
  14. "urls": "http://*:7004",
  15. "AllowedHosts": "*"
  16. }