15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Selector": {
|
|
"Redis": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |