123456789101112131415161718192021 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "AgileConfig": {
- "appId": "1",
- "secret": "1",
- "nodes": "http://wms.xingyunyi.cn:9522" //����ڵ�ʹ�ö��ŷָ�
- },
- "runtimeOptions": {
- "configProperties": {
- "System.Net.Http.UseSocketsHttpHandler": false
- }
- },
- "urls": "http://*:9520"
- }
|