Merge branch 'main' into ec

This commit is contained in:
橙子
2021-11-09 19:29:14 +08:00
committed by GitHub
3 changed files with 0 additions and 54 deletions

2
.gitignore vendored
View File

@@ -338,6 +338,4 @@ ASALocalRun/
# BeatPulse healthcheck temp database
healthchecksdb
appsettings.json
*.json

View File

@@ -1,9 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}

View File

@@ -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" ]
}
}