diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-02-20 15:15:00 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-02-20 15:15:00 +0100 |
commit | c869e0116b24ee16e531ea7e4b8bd4b890a7021f (patch) | |
tree | c15c4aeb1af033a6f61822c32ed7fed02c060f26 /config | |
parent | 4eadc3609410f992cf3e7e70c9fe33a2d3bfd9e6 (diff) | |
parent | 8cc97275200ec9b47d1cd0c38c88c0c076687104 (diff) | |
download | nextcloud-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-x | config/config.sample.php | 3 |
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' => '', ); |