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',