Selector/Selector.Web/appsettings.json

20 lines
461 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Selector": {
"Redis": {
"enabled": true
},
"Now": {
"ArtistResampleWindow": "14.00:00:00",
"AlbumResampleWindow": "14.00:00:00",
"TrackResampleWindow": "14.00:00:00"
}
},
"AllowedHosts": "*"
}