Cms.Core/Cms.External.WebApi/appsettings.PreProduction.json

18 lines
455 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"dncmsbase": "Server=192.168.11.41;Database=dncmsbase;UserId=root;Password=sa123456.;port=3306;"
},
"AllowedHosts": "*",
"WeworkSendUrl": "http://post.hc.dn8188.com/Wework/sendmsg.html",
"SignConfig": {
"AppId": "cms_core_test",
"Secret": "1Xn2x1HNV3PzC1vJ/we62YJnwkBzBLIhutbB/uWqp1o="
}
}