From 260614d225ad68cf4bb1bc31c2480b2ccd169d56 Mon Sep 17 00:00:00 2001 From: James Hogarth Date: Tue, 21 Feb 2017 14:30:00 +0000 Subject: import of srpm from review --- nextcloud-config.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 nextcloud-config.php (limited to 'nextcloud-config.php') diff --git a/nextcloud-config.php b/nextcloud-config.php new file mode 100644 index 0000000..96aa36e --- /dev/null +++ b/nextcloud-config.php @@ -0,0 +1,26 @@ + "syslog", + "datadirectory" => "/var/lib/nextcloud/data", + "updatechecker" => false, + "check_for_working_htaccess" => false, + "asset-pipeline.enabled" => false, + "assetdirectory" => '/var/lib/nextcloud', + "preview_libreoffice_path" => '/usr/bin/libreoffice', + + + "apps_paths" => array( + 0 => + array ( + 'path'=> '/usr/share/nextcloud/apps', + 'url' => '/apps', + 'writable' => false, + ), + 1 => + array ( + 'path' => '/var/lib/nextcloud/apps', + 'url' => '/apps-appstore', + 'writable' => true, + ), + ), +); -- cgit