mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
10 lines
181 B
TOML
10 lines
181 B
TOML
album_art_pattern = '^Folder\.(png|jpg|jpeg)$'
|
|
|
|
[[mount_dirs]]
|
|
name = 'root'
|
|
source = 'test/collection'
|
|
|
|
[[users]]
|
|
name = 'test_user'
|
|
password = 'very_secret_password'
|
|
admin = true
|