BootstrapAdmin11/Bootstrap.Client/appsettings.Development.json

46 lines
1.1 KiB
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
},
"LgbFile": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Error"
},
"FileName": "Error\\Log.log",
"MaxFileCount": 1
}
},
"ConnectionStrings": {
"ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa"
},
"AuthHost": "http://localhost:50852",
"KeyPath": "..\\keys",
"DisableAutomaticKeyGeneration": true,
"AllowOrigins": "http://localhost:50852",
"KeepExceptionsPeriod": 1,
"KeepLogsPeriod": 1,
"LongbowCache": {
"CorsItems": [
{
"Enabled": false,
"Name": "ba",
"Url": "http://localhost:50852/CacheList.axd",
"Desc": "后台管理数据缓存接口",
"Self": true
},
{
"Enabled": false,
"Name": "AppName",
"Url": "http://localhost/WebConsole/CacheList.axd",
"Desc": "自定义系统",
"Self": false
}
]
}
}