summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-08-24 17:32:24 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-08-24 17:32:24 +0100
commitb5c2964070b86a280887349adf348bc23d4aafe7 (patch)
tree35c0fab3a7b58fc8b40b9569b06e0218a6dff999 /config
parent70db496b58d9819c56e944b762fa7633cea1e971 (diff)
parent9094b380caf30442238b4d228c86aa06e900765c (diff)
downloadnextcloud-server-b5c2964070b86a280887349adf348bc23d4aafe7.tar.gz
nextcloud-server-b5c2964070b86a280887349adf348bc23d4aafe7.zip
Merge pull request #9818 from owncloud/fix-mount-file-config
Comment out mount_file config option
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index d0332cc2289..96565556910 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -293,7 +293,7 @@ $CONFIG = array(
'asset-pipeline.enabled' => false,
/* where mount.json file should be stored, defaults to data/mount.json */
-'mount_file' => '',
+// 'mount_file' => 'data/mount.json',
/*
* Location of the cache folder, defaults to "data/$user/cache" where "$user" is the current user.