Index: config
--- config.orig
+++ config
@@ -28,10 +28,10 @@
 #ssl = False
 
 # SSL certificate path
-#certificate = /etc/apache2/ssl/server.crt
+certificate = ${SYSCONFDIR}/radicale/server.crt
 
 # SSL private key
-#key = /etc/apache2/ssl/server.key
+key = ${SYSCONFDIR}/radicale/private/server.key
 
 # SSL Protocol used. See python's ssl module for available values
 #protocol = PROTOCOL_SSLv23
@@ -84,11 +84,11 @@
 #custom_handler =
 
 # Htpasswd filename
-#htpasswd_filename = /etc/radicale/users
+htpasswd_filename = ${SYSCONFDIR}/radicale/users
 
 # Htpasswd encryption method
 # Value: plain | sha1 | ssha | crypt | bcrypt | md5
-#htpasswd_encryption = crypt
+htpasswd_encryption = bcrypt
 
 # LDAP server URL, with protocol and port
 #ldap_url = ldap://localhost:389/
@@ -150,7 +150,7 @@
 #custom_handler =
 
 # File for rights management from_file
-#file = ~/.config/radicale/rights
+file = ${SYSCONFDIR}/radicale/rights
 
 
 [storage]
@@ -167,7 +167,7 @@
 #custom_handler =
 
 # Folder for storing local collections, created if not present
-#filesystem_folder = ~/.config/radicale/collections
+filesystem_folder = ${LOCALSTATEDIR}/db/radicale/calendars
 
 # Database URL for SQLAlchemy
 # dialect+driver://user:password@host/dbname[?key=value..]
@@ -182,7 +182,7 @@
 # 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 = ${SYSCONFDIR}/radicale/logging
 # Set the default logging level to debug
 #debug = False
 # Store all environment variables (including those set in the shell)
