1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00

Update config

This commit is contained in:
abeudin 2015-09-16 15:23:34 +02:00
parent a2701e04d5
commit 4b066cdc2a

View file

@ -40,7 +40,7 @@
#ciphers =
# Reverse DNS to resolve client address in logs
#dns_lookup = True
dns_lookup = True
# Root URL of Radicale (starting and ending with a slash)
base_prefix = CHANGEPATH
@ -55,10 +55,10 @@ base_prefix = CHANGEPATH
[encoding]
# Encoding for responding requests
#request = utf-8
request = utf-8
# Encoding for storing local collections
#stock = utf-8
stock = utf-8
[well-known]
@ -157,13 +157,13 @@ file = /etc/radicale/rights
# OTHER BACKENDS ARE NOT READY FOR PRODUCTION.
# -------
# Value: filesystem | multifilesystem | database | custom
#type = filesystem
type = filesystem
# Custom storage handler
#custom_handler =
# Folder for storing local collections, created if not present
#filesystem_folder = ~/.config/radicale/collections
#filesystem_folder = /var/www/radicale/collections
# Database URL for SQLAlchemy
# dialect+driver://user:password@host/dbname[?key=value..]
@ -178,11 +178,11 @@ file = /etc/radicale/rights
# If no config is given, simple information is printed on the standard output
# For more information about the syntax of the configuration file, see:
# http://docs.python.org/library/logging.config.html
#config = /etc/radicale/logging
config = /etc/radicale/logging
# Set the default logging level to debug
#debug = False
debug = False
# Store all environment variables (including those set in the shell)
#full_environment = False
full_environment = False
[headers]