mirror of
https://github.com/agersant/polaris
synced 2024-12-04 02:29:11 +00:00
16 lines
289 B
TOML
16 lines
289 B
TOML
auth_secret = 'Something very secret'
|
|
|
|
album_art_pattern = '^Folder\.(png|jpg|jpeg)$'
|
|
|
|
[[mount_dirs]]
|
|
name = 'root'
|
|
source = 'M:/Music/Genres/'
|
|
|
|
[[users]]
|
|
name = 'agersant'
|
|
password = 'test'
|
|
|
|
[ydns]
|
|
host = 'your_hostname.ydns.eu'
|
|
username = 'your_username'
|
|
password = 'your_ydns_password'
|