Comment out mount_file config option

Prevents sample config issues with external storages. Fixes #9734
This commit is contained in:
Robin McCorkell 2014-07-23 21:53:04 +01:00
parent 4c99869e1f
commit 9094b380ca
1 changed files with 1 additions and 1 deletions

View File

@ -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.