Files
allstarr/octo-fiesta/appsettings.json

21 lines
337 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Subsonic": {
"Url": "http://localhost:4533",
"ExplicitFilter": "All"
},
"Library": {
"DownloadPath": "./downloads"
},
"Deezer": {
"Arl": "",
"ArlFallback": ""
}
}