appsettings.json 466 B

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