Change default db path

This commit is contained in:
Deluan
2020-01-14 18:55:12 -05:00
parent a99c3a8af3
commit a167669717
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
DevDisableAuthentication = false
User = "deluan"
Password = "wordpass"
DbPath = "/tmp/testDb"
DbPath = ":memory:"
MusicFolder = "./tests/itunes-library.xml"
DownsampleCommand = "ffmpeg -i %s -b:a %bk mp3 -"