Selector/Selector.Web/appsettings.json
2021-11-10 01:46:30 +00:00

15 lines
289 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Selector": {
"Redis": {
"enabled": true
}
},
"AllowedHosts": "*"
}