Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRealRancor <Fisch.666@gmx.de>2015-09-21 10:37:19 +0300
committerRealRancor <Fisch.666@gmx.de>2015-09-29 18:05:25 +0300
commita4ceb5fafe273d4902b0651eb72466c51d30350e (patch)
tree864da18adef2b2cdb462eb09fb3c10e9e4c3ddea /config
parent90810cc6052b38ac03dd8f08a200c5928a355d20 (diff)
Path to mount.json needs to be absolute in config.sample.php
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e0c486d75c1..534d03a8af6 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1063,8 +1063,9 @@ $CONFIG = array(
/**
* Where ``mount.json`` file should be stored, defaults to ``data/mount.json``
+ * in the ownCloud directory.
*/
-'mount_file' => 'data/mount.json',
+'mount_file' => '/var/www/owncloud/data/mount.json',
/**
* When ``true``, prevent ownCloud from changing the cache due to changes in the