aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-07-23 21:53:04 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-08-20 20:25:06 +0100
commit9094b380caf30442238b4d228c86aa06e900765c (patch)
tree15584435427ccbef97ac11e5a7dee5743c670931 /config
parent4c99869e1f1cf816ed2086a8dd14c6f3afc05d99 (diff)
downloadnextcloud-server-9094b380caf30442238b4d228c86aa06e900765c.tar.gz
nextcloud-server-9094b380caf30442238b4d228c86aa06e900765c.zip
Comment out mount_file config option
Prevents sample config issues with external storages. Fixes #9734
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 24c1579badf..f1af74da245 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -284,7 +284,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.