appsettings.json 354 B

12345678910111213141516
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "urls": "http://*:9513",
  10. "AllowedHosts": "*",
  11. "AgileConfig": {
  12. "appId": "1",
  13. "secret": "1",
  14. "nodes": "http://wms.xingyunyi.cn:9522" //����ڵ�ʹ�ö��ŷָ�
  15. }
  16. }