diff options
author | Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> | 2014-01-15 12:49:47 +0100 |
---|---|---|
committer | Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> | 2014-01-29 17:14:23 +0100 |
commit | 8cc97275200ec9b47d1cd0c38c88c0c076687104 (patch) | |
tree | 07b90624c496e0c724d2cca12ed2aa4ade27bdaf /config | |
parent | afa00318bcabf53bed4f33633dae55c9efa43dd7 (diff) | |
download | nextcloud-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-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 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' => '', ); |