13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
[server]
|
|
hosts = 0.0.0.0:5232
|
|
|
|
[auth]
|
|
type = htpasswd
|
|
htpasswd_filename = /config/users
|
|
htpasswd_encryption = bcrypt
|
|
|
|
[rights]
|
|
type = owner_only
|
|
|
|
[storage]
|
|
filesystem_folder = /data/collections |