appsettings.json 403 B

12345678910111213141516171819
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "Kestrel": {
  10. "EndpointDefaults": {
  11. "Protocols": "Http1AndHttp2"
  12. }
  13. },
  14. "AgileConfig": {
  15. "appId": "1",
  16. "secret": "1",
  17. "nodes": "http://wms.xingyunyi.cn:9522" //����ڵ�ʹ�ö��ŷָ�
  18. }
  19. }