BootstrapAdmin11/Bootstrap.Admin/appsettings.json

24 lines
454 B
JSON
Raw Normal View History

2018-06-07 00:45:47 +08:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
},
"LgbFile": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Error"
},
"FileName": "Error\\Log.log"
}
},
"ConnectionStrings": {
"ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa"
},
"DbProviderFactories": {
"sql": "SQLServer"
},
"": null,
"KeyPath": "C:\\keys"
}