37 lines
840 B
JSON
37 lines
840 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"dncmsbase": "Server=192.168.11.41;Database=dncmsbase;UserId=root;Password=sa123456.;port=3306;"
|
|
},
|
|
"WeworkSendUrl": "http://post.hc.dn8188.com/Wework/sendmsg.html",
|
|
"SignConfig": {
|
|
"AppId": "cms_core_test",
|
|
"Secret": "1Xn2x1HNV3PzC1vJ/we62YJnwkBzBLIhutbB/uWqp1o="
|
|
},
|
|
"Consumers": [
|
|
{
|
|
"Host": "192.168.11.101:9092,192.168.11.104:9092",
|
|
"GroupId": "crm",
|
|
"Topic": "crm-topic-2"
|
|
}
|
|
],
|
|
"SystemConfig": {
|
|
"ZxdCoreUrl": "http://120.77.165.155:8089"
|
|
},
|
|
"Redis": [
|
|
{
|
|
"Name": "Cms",
|
|
"HostName": "192.168.11.81",
|
|
"Port": "6379",
|
|
"Password": "Abc@123456",
|
|
"Defaultdatabase": "3"
|
|
}
|
|
]
|
|
}
|