36 lines
754 B
JSON
36 lines
754 B
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"
|
|
},
|
|
"DB": [
|
|
{
|
|
"Enabled": false
|
|
},
|
|
{
|
|
"Enabled": true,
|
|
"ProviderName": "Sqlite",
|
|
"ConnectionStrings": {
|
|
"ba": "Data Source=..\\Bootstrap.Admin\\BootstrapAdmin.db;"
|
|
}
|
|
}
|
|
],
|
|
"AuthHost": "http://localhost:50852",
|
|
"AllowOrigins": "http://localhost:50852"
|
|
}
|