Add option to specify ConfigFile path

This commit is contained in:
Deluan
2020-05-02 23:00:02 -04:00
parent 17e51756ef
commit cccd0235cf
2 changed files with 26 additions and 2 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ DevDisableAuthentication = false
User = "deluan"
Password = "wordpass"
DbPath = "file::memory:?cache=shared"
MusicFolder = "./tests/itunes-library.xml"
MusicFolder = "./tests/fixtures"
DataFolder = "data/tests"
DownsampleCommand = "ffmpeg -i %s -b:a %bk mp3 -"