mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-22 14:50:33 +03:00
8 lines
218 B
TOML
8 lines
218 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 -"
|