'{{nextcloud_data_directory}}', 'installed' => false, 'mysql.utf8mb4' => true, 'htaccess.RewriteBase' => '/', 'appcodechecker' => true, 'updatechecker' => true, 'log_type' => 'file', 'logfile' => '{{nextcloud_log_directory}}/nextcloud.log', 'loglevel' => 2, 'logtimezone' => '{{timezone}}', 'appstoreenabled' => true, 'apps_paths' => array ( 0 => array ( 'path' => '/var/www/nextcloud/apps', 'url' => '/apps', 'writable' => false, ), 1 => array ( 'path' => '/var/www/nextcloud/custom_apps', 'url' => '/custom_apps', 'writable' => true, ), ), 'upgrade.disable-web' => true, 'memcache.local' => '\OC\Memcache\APCu', 'memcache.distributed' => '\OC\Memcache\Memcached', 'memcached_servers' => array( array('localhost', 11211), ), );