From 4b066cdc2a317877372577756470614b95d7fb57 Mon Sep 17 00:00:00 2001 From: abeudin Date: Wed, 16 Sep 2015 15:23:34 +0200 Subject: [PATCH] Update config --- conf/config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/config b/conf/config index 8054a80..f6944d5 100644 --- a/conf/config +++ b/conf/config @@ -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]