aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.sample.php')
-rwxr-xr-xconfig/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index d0332cc2289..96565556910 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -293,7 +293,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.