polaris/test/config.toml

11 lines
181 B
TOML
Raw Normal View History

album_art_pattern = '^Folder\.(png|jpg|jpeg)$'
[[mount_dirs]]
name = 'root'
source = 'test/collection'
2017-07-10 00:52:37 +00:00
[[users]]
name = 'test_user'
password = 'very_secret_password'
admin = true