From f9a7a72f6ebde0aad4bda09b52dd9d904c835be1 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 31 Aug 2016 15:10:58 +0200 Subject: [PATCH] initial commit --- rootfs/etc/confd/templates/config.php.tmpl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/rootfs/etc/confd/templates/config.php.tmpl b/rootfs/etc/confd/templates/config.php.tmpl index dc226b6..108c00c 100644 --- a/rootfs/etc/confd/templates/config.php.tmpl +++ b/rootfs/etc/confd/templates/config.php.tmpl @@ -6,14 +6,7 @@ $CONFIG = array( array ( '{{getenv "DOMAIN"}}' ), -"user_backends" => array ( - 0 => array ( - "class" => "OC_User_IMAP", - "arguments" => array ( - 0 => '{{"{"}}{{getenv "IMAPAUTHHOST"}}{{"}"}}' - ), - ), - ), + 'datadirectory' => '/var/lib/nextcloud/data', 'dbtype' => 'pgsql',