mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
Update appsettings file and make SquidWTF default service
This commit is contained in:
@@ -1,21 +1,23 @@
|
|||||||
{
|
{
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft.AspNetCore": "Warning"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"AllowedHosts": "*",
|
|
||||||
"Subsonic": {
|
"Subsonic": {
|
||||||
"Url": "http://localhost:4533",
|
"Url": "https://navidrome.local.bransonb.com",
|
||||||
"ExplicitFilter": "All",
|
"MusicService": "SquidWTF"
|
||||||
"DownloadMode": "Track"
|
|
||||||
},
|
},
|
||||||
"Library": {
|
"Library": {
|
||||||
"DownloadPath": "./downloads"
|
"DownloadPath": "./downloads"
|
||||||
},
|
},
|
||||||
|
"Qobuz": {
|
||||||
|
"UserAuthToken": "your-qobuz-token",
|
||||||
|
"UserId": "your-qobuz-user-id",
|
||||||
|
"Quality": "FLAC"
|
||||||
|
},
|
||||||
"Deezer": {
|
"Deezer": {
|
||||||
"Arl": "",
|
"Arl": "your-deezer-arl-token",
|
||||||
"ArlFallback": ""
|
"ArlFallback": "",
|
||||||
|
"Quality": "FLAC"
|
||||||
|
},
|
||||||
|
"SquidWTF": {
|
||||||
|
"Quality": "FLAC"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user