{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "MysqlConn": { "Url": "" }, "RedisConn": { "Host": "192.168.2.128", "Prot": 6379, "DB": 0, "Password": "123456" }, "StaticDirectory": "D:/cc-app/", //"StaticDirectory": "/app/temp/staticfile/", "IsSaveHtml": true, "ConsulClientOption": { "IP": "192.168.2.128", "Port": "8500", "Datacenter": "dc1" }, "ConsulRegisterOption": { "IP": "192.168.0.103", "Port": "7007", "GroupName": "PageDetail", "HealthCheckUrl": "/Health", "Interval": 10, "Timeout": 5, "DeregisterCriticalServiceAfter": 60, "Tag": "13" }, "Apollo": { "AppId": "Yi.Framework.PageDetail", "Env": "DEV", "MetaServer": "http://192.168.2.168:8080", "ConfigServer": [ "http://192.168.2.168:8080" ] } }