appsettings.json 470 B

123456789101112131415161718192021
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "AgileConfig": {
  11. "appId": "1",
  12. "secret": "1",
  13. "nodes": "http://wms.xingyunyi.cn:9522" //����ڵ�ʹ�ö��ŷָ�
  14. },
  15. "runtimeOptions": {
  16. "configProperties": {
  17. "System.Net.Http.UseSocketsHttpHandler": false
  18. }
  19. },
  20. "urls": "http://*:9520"
  21. }