$OpenBSD: patch-config,v 1.10 2016/01/08 22:37:52 sthen Exp $
--- config.orig	Thu Nov  5 18:01:41 2015
+++ config	Tue Jan  5 10:25:26 2016
@@ -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
@@ -80,11 +80,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/
@@ -146,7 +146,7 @@
 #custom_handler =
 
 # File for rights management from_file
-#file = ~/.config/radicale/rights
+file = ${SYSCONFDIR}/config/radicale/rights
 
 
 [storage]
@@ -163,7 +163,7 @@
 #custom_handler =
 
 # Folder for storing local collections, created if not present
-#filesystem_folder = ~/.config/radicale/collections
+filesystem_folder = ${VARBASE}/db/radicale/calendars
 
 # Database URL for SQLAlchemy
 # dialect+driver://user:password@host/dbname[?key=value..]
@@ -178,7 +178,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)
