From 9094b380caf30442238b4d228c86aa06e900765c Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Wed, 23 Jul 2014 21:53:04 +0100 Subject: [PATCH] Comment out mount_file config option Prevents sample config issues with external storages. Fixes #9734 --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5