From 9f5900254963beac6f0ddb633488dce040786590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 21 Nov 2014 14:48:26 +0100 Subject: [PATCH] default-config.ini: use sql as default storage backend --- mandaye/default-config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandaye/default-config.ini b/mandaye/default-config.ini index afc2605..155c093 100644 --- a/mandaye/default-config.ini +++ b/mandaye/default-config.ini @@ -33,7 +33,7 @@ toolbar: true offline_toolbar: false a2_auto_connection: true ; sql or ldap -storage_backend: ldap +storage_backend: sql auto_decompress: true ; if you want to encypt password set to true ; you need to install pycrypto for this feature