37 lines
864 B
JSON
37 lines
864 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"RedisConn": {
|
|
"Host": "192.168.2.128",
|
|
"Prot": 6379,
|
|
"DB": 0,
|
|
"Password": "123456"
|
|
},
|
|
"RabbitMQOptions": {
|
|
"HostName": "192.168.2.128",
|
|
"UserName": "cc",
|
|
"Password": "cc"
|
|
},
|
|
//"DetailPageUrl": "http://localhost:5728/item/",
|
|
"DetailPageUrl": "http://PageDetail/item/",
|
|
"ConsulClientOption": {
|
|
"IP": "192.168.2.128",
|
|
"Port": "8500",
|
|
"Datacenter": "dc1"
|
|
},
|
|
"MysqlConn": {
|
|
"Url": "server=192.168.2.128;port=3306;database=ECDB;user id=root;password=123456"
|
|
},
|
|
"Apollo": {
|
|
"AppId": "Yi.Framework.StaticPageProcessor",
|
|
"Env": "DEV",
|
|
"MetaServer": "http://192.168.2.168:8080",
|
|
"ConfigServer": [ "http://192.168.2.168:8080" ]
|
|
}
|
|
}
|