summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTigran Mkrtchyan <tigran.mkrtchyan@desy.de>2014-01-15 12:49:47 +0100
committerTigran Mkrtchyan <tigran.mkrtchyan@desy.de>2014-01-29 17:14:23 +0100
commit8cc97275200ec9b47d1cd0c38c88c0c076687104 (patch)
tree07b90624c496e0c724d2cca12ed2aa4ade27bdaf /config
parentafa00318bcabf53bed4f33633dae55c9efa43dd7 (diff)
downloadnextcloud-server-8cc97275200ec9b47d1cd0c38c88c0c076687104.tar.gz
nextcloud-server-8cc97275200ec9b47d1cd0c38c88c0c076687104.zip
mount: make location of mount.json configurable
do not share users data with config files Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
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 01abc583688..5018a781f24 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -250,4 +250,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' => '',
);