Add optional config filename prefix
[zf2.biz/application_blanche.git] / config / autoload / README.md
index a42ef5b..3b36bee 100644 (file)
@@ -2,7 +2,7 @@ About this directory:
 =====================
 
 By default, this application is configured to load all configs in
-`./config/autoload/*.config.php`. Doing this provides a location for a
-developer to drop in configuration override files provided by modules, as well
-as cleanly provide individual, application-wide config files for things like
-database connections, etc.
+`./config/autoload/{,*.}{global,local}.config.php`. Doing this provides a
+location for a developer to drop in configuration override files provided by
+modules, as well as cleanly provide individual, application-wide config files
+for things like database connections, etc.