mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 05:57:35 +03:00
Remove invalid config options
This commit is contained in:
parent
ae04919585
commit
178e42487b
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
DevDisableAuthentication = false
|
|
||||||
User = "deluan"
|
User = "deluan"
|
||||||
Password = "wordpass"
|
Password = "wordpass"
|
||||||
DbPath = "file::memory:?cache=shared"
|
DbPath = "file::memory:?cache=shared"
|
||||||
MusicFolder = "./tests/fixtures"
|
MusicFolder = "./tests/fixtures"
|
||||||
DataFolder = "data/tests"
|
DataFolder = "data/tests"
|
||||||
DownsampleCommand = "ffmpeg -i %s -b:a %bk mp3 -"
|
|
||||||
ScanInterval=0
|
ScanInterval=0
|
Loading…
Add table
Add a link
Reference in a new issue