diff --git a/.gitignore b/.gitignore index 4414ad74..6239ddfa 100644 --- a/.gitignore +++ b/.gitignore @@ -339,3 +339,4 @@ ASALocalRun/ # BeatPulse healthcheck temp database healthchecksdb Yi.Framework/Yi.Framework.ApiMicroservice/YIDB.db-shm +*.json diff --git a/Yi.Framework/Yi.Framework.PageDetail/appsettings.Development.json b/Yi.Framework/Yi.Framework.PageDetail/appsettings.Development.json deleted file mode 100644 index 8983e0fc..00000000 --- a/Yi.Framework/Yi.Framework.PageDetail/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/Yi.Framework/Yi.Framework.PageDetail/appsettings.json b/Yi.Framework/Yi.Framework.PageDetail/appsettings.json deleted file mode 100644 index dde260d7..00000000 --- a/Yi.Framework/Yi.Framework.PageDetail/appsettings.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "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" ] - } -} \ No newline at end of file