summarylogtreecommitdiffstats
path: root/config.toml
blob: 613caa07dd034fb23b03d937057b0c7933911ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[settings]
album_art_pattern = '\.(png|jpe?g)$'
# reindex_every_n_seconds = 100

[[mount_dirs]]
name = 'music'
source = '/storage/music'

# [[mount_dirs]]
# name = 'other'
# source = 'some/dir'

[[users]]
name = 'admin'
password = 'polaris'
admin = true