diff --git a/conf/config b/conf/config index 7e3cc55..8054a80 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 = /var/www/radicale/collections +#filesystem_folder = ~/.config/radicale/collections # Database URL for SQLAlchemy # dialect+driver://user:password@host/dbname[?key=value..] @@ -178,15 +178,14 @@ filesystem_folder = /var/www/radicale/collections # 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] # Additional HTTP headers #Access-Control-Allow-Origin = * -