mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Added sample user in test config
This commit is contained in:
parent
ec30987d3a
commit
c5f3bf44e4
1 changed files with 5 additions and 0 deletions
|
@ -3,3 +3,8 @@ album_art_pattern = '^Folder\.(png|jpg|jpeg)$'
|
||||||
[[mount_dirs]]
|
[[mount_dirs]]
|
||||||
name = 'root'
|
name = 'root'
|
||||||
source = 'test/collection'
|
source = 'test/collection'
|
||||||
|
|
||||||
|
[[users]]
|
||||||
|
name = 'test_user'
|
||||||
|
password = 'very_secret_password'
|
||||||
|
admin = true
|
||||||
|
|
Loading…
Reference in a new issue