]> source.dussan.org Git - nextcloud-server.git/commitdiff
Comment out mount_file config option
authorRobin McCorkell <rmccorkell@karoshi.org.uk>
Wed, 23 Jul 2014 20:53:04 +0000 (21:53 +0100)
committerRobin McCorkell <rmccorkell@karoshi.org.uk>
Wed, 20 Aug 2014 19:25:06 +0000 (20:25 +0100)
Prevents sample config issues with external storages. Fixes #9734

config/config.sample.php

index 24c1579badfa3954e33cc4d86b73035e7438d5bb..f1af74da2459030ab77f95e926ea97c10a6a80ba 100755 (executable)
@@ -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.