BootstrapAdmin11/Bootstrap.Admin/appsettings.json

24 lines
483 B
JSON

{
"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"
},
"KeyPath": "C:\\keys",
"AllowOrigins": "http://localhost:49823"
}