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