blob: 3d1cfdd75c7e3d77eab1160430e641c3d21358b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[server]
# Bind all addresses
hosts = 0.0.0.0:5232, [::]:5232
[auth]
type = htpasswd
htpasswd_filename = /config/htpasswd
htpasswd_encryption = md5
[storage]
filesystem_folder = /collections
|