12345678910111213141516171819 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "Kestrel": {
- "EndpointDefaults": {
- "Protocols": "Http1AndHttp2"
- }
- },
- "AgileConfig": {
- "appId": "1",
- "secret": "1",
- "nodes": "http://wms.xingyunyi.cn:9522" //����ڵ�ʹ�ö��ŷָ�
- }
- }
|