mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
8 lines
232 B
TOML
8 lines
232 B
TOML
DevDisableAuthentication = false
|
|
User = "deluan"
|
|
Password = "wordpass"
|
|
DbPath = "file::memory:?cache=shared"
|
|
MusicFolder = "./tests/fixtures"
|
|
DataFolder = "data/tests"
|
|
DownsampleCommand = "ffmpeg -i %s -b:a %bk mp3 -"
|
|
ScanInterval=0 |