27 lines
536 B
JSON
27 lines
536 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DatabaseConnection": "Data Source=.\\Local.db"
|
|
},
|
|
"Logging": {
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft*": "Warning"
|
|
}
|
|
},
|
|
"Debug": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft*": "Warning"
|
|
}
|
|
},
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Warning",
|
|
"Microsoft*": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|