nebula/radicale/config

33 lines
642 B
Plaintext
Raw Normal View History

2017-12-30 18:41:36 +00:00
# See radicale.org/configuration/
2017-12-30 07:21:29 +00:00
[server]
hosts = 0.0.0.0:5232
# Max parallel connections
2017-12-30 18:41:36 +00:00
max_connections = 10
2017-12-30 07:21:29 +00:00
# Message displayed in the client when a password is needed
2017-12-30 18:41:36 +00:00
realm = Authentication required
2017-12-30 07:21:29 +00:00
[auth]
# Authentication method
# Value: none | htpasswd | remote_user | http_x_remote_user
2017-12-30 18:41:36 +00:00
type = htpasswd
htpasswd_filename = /config/users
2017-12-30 07:21:29 +00:00
[storage]
filesystem_folder = /data/collections
[logging]
# For more information about the syntax of the configuration file, see:
# http://docs.python.org/library/logging.config.html
2017-12-30 18:41:36 +00:00
# config = /config/logging
2017-12-30 07:21:29 +00:00
[headers]
# Additional HTTP headers
2017-12-30 18:41:36 +00:00
X-Powered-By: Allomancy
Server: Blackbox