50 lines
1.2 KiB
JSON
50 lines
1.2 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",
|
|
"client": "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;",
|
|
"client": "Data Source=Client.db;"
|
|
}
|
|
},
|
|
{
|
|
"Enabled": false,
|
|
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
|
|
"ProviderName": "MongoDB",
|
|
"ConnectionStrings": {
|
|
"ba": "mongodb://localhost:27017;Database=BootstrapAdmin",
|
|
"client": "mongodb://localhost:27017/BootstrapClient"
|
|
}
|
|
}
|
|
],
|
|
"SimulateUserName": "Admin",
|
|
"BootstrapAdminAuthenticationOptions": {
|
|
"AuthHost": "http://localhost:50852"
|
|
},
|
|
"AllowOrigins": "http://localhost:50852"
|
|
}
|