BootstrapAdmin11/Bootstrap.Admin/appsettings.Development.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2018-06-07 00:45:47 +08:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
},
"LgbFile": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Error"
},
"FileName": "Error\\Log.log",
"MaxFileCount": 1
2018-06-07 00:45:47 +08:00
}
},
"ConnectionStrings": {
"ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa",
"ba-149": "Data Source=211.149.247.149,8174;Initial Catalog=BootstrapAdmin-Argo-Test;User ID=Argo-Test;Password=argo@163.com"
},
"KeyPath": "keys",
"DisableAutomaticKeyGeneration": false,
"AllowOrigins": "http://localhost:49823",
"KeepExceptionsPeriod": 1,
"LongbowCache": {
"CorsItems": [
{
"Enabled": true,
"Name": "ba",
"Url": "CacheList.axd",
"Desc": "后台管理数据缓存接口",
"Self": true
},
{
"Enabled": false,
"Name": "Pallet",
"Url": "http://localhost:49823/CacheList.axd",
"Desc": "托盘组垛系统",
"Self": false
}
]
2018-06-07 00:45:47 +08:00
}
}