summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-02-20 15:15:00 +0100
committerLukas Reschke <lukas@statuscode.ch>2014-02-20 15:15:00 +0100
commitc869e0116b24ee16e531ea7e4b8bd4b890a7021f (patch)
treec15c4aeb1af033a6f61822c32ed7fed02c060f26 /config
parent4eadc3609410f992cf3e7e70c9fe33a2d3bfd9e6 (diff)
parent8cc97275200ec9b47d1cd0c38c88c0c076687104 (diff)
downloadnextcloud-server-c869e0116b24ee16e531ea7e4b8bd4b890a7021f.tar.gz
nextcloud-server-c869e0116b24ee16e531ea7e4b8bd4b890a7021f.zip
Merge pull request #6999 from kofemann/mount-config
mount: make location of mount.json configurable
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 0cd321d095d..9f47ee32940 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -263,4 +263,7 @@ $CONFIG = array(
/* whether usage of the instance should be restricted to admin users only */
'singleuser' => false,
+
+ /* where mount.json file should be stored, defaults to data/mount.json */
+ 'mount_file' => '',
);