Comment out mount_file config option
Prevents sample config issues with external storages. Fixes #9734
This commit is contained in:
parent
4c99869e1f
commit
9094b380ca
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue