From c5f3bf44e4bd8102738825577f866865c7560d37 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sun, 9 Jul 2017 17:52:37 -0700 Subject: [PATCH] Added sample user in test config --- test/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/config.toml b/test/config.toml index a79504e..cf941e9 100644 --- a/test/config.toml +++ b/test/config.toml @@ -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