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:
authorLukas Reschke <lukas@statuscode.ch>2014-02-20 18:15:00 +0400
committerLukas Reschke <lukas@statuscode.ch>2014-02-20 18:15:00 +0400
commitc869e0116b24ee16e531ea7e4b8bd4b890a7021f (patch)
treec15c4aeb1af033a6f61822c32ed7fed02c060f26 /config
parent4eadc3609410f992cf3e7e70c9fe33a2d3bfd9e6 (diff)
parent8cc97275200ec9b47d1cd0c38c88c0c076687104 (diff)
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' => '',
);