mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
21 lines
337 B
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": ""
|
|
}
|
|
}
|