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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-06 16:31:49 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-06 16:31:49 +0300
commitbb4246c9a8dc40d844ad94492cb40ece5bd35ef6 (patch)
treebd93f37351dabe35e9c8af603685782e9bc22b73 /config
parent932e64f77fd8de4380d6f2229390d82df5765eb6 (diff)
parenta4ceb5fafe273d4902b0651eb72466c51d30350e (diff)
Merge pull request #19207 from RealRancor/fix_mount.json_dir
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 2a2bca708a8..432569f12a9 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1070,8 +1070,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