20 lines
288 B
Plaintext
20 lines
288 B
Plaintext
[server]
|
|
hosts = 0.0.0.0:5232
|
|
daemon = False
|
|
pid = /tmp/radicale.pid
|
|
|
|
[auth]
|
|
type = htpasswd
|
|
htpasswd_filename = /etc/radicale/users
|
|
htpasswd_encryption = bcrypt
|
|
|
|
[storage]
|
|
type = filesystem
|
|
filesystem_folder = /var/lib/radicale/collections
|
|
|
|
[web]
|
|
type = internal
|
|
|
|
[logging]
|
|
level = info
|