Comment out mount_file config option

Prevents sample config issues with external storages. Fixes #9734
remotes/origin/fix-10825
Robin McCorkell 11 years ago
parent 4c99869e1f
commit 9094b380ca
  1. 2
      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.

Loading…
Cancel
Save