Added sample user in test config

This commit is contained in:
Antoine Gersant 2017-07-09 17:52:37 -07:00
parent ec30987d3a
commit c5f3bf44e4

View file

@ -3,3 +3,8 @@ album_art_pattern = '^Folder\.(png|jpg|jpeg)$'
[[mount_dirs]]
name = 'root'
source = 'test/collection'
[[users]]
name = 'test_user'
password = 'very_secret_password'
admin = true