From: Matthew Weier O'Phinney Date: Tue, 15 May 2012 17:20:17 +0000 (-0500) Subject: [zen-33] Updated config globbing X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=b0c3027e5d74dc8608679e1d6f15a1753eecda2a;p=zf2.biz%2Fapplication_blanche.git [zen-33] Updated config globbing - Removed ".config" segment from application configuration --- diff --git a/config/autoload/README.md b/config/autoload/README.md index 3b36bee..4e504db 100644 --- a/config/autoload/README.md +++ b/config/autoload/README.md @@ -2,7 +2,7 @@ About this directory: ===================== By default, this application is configured to load all configs in -`./config/autoload/{,*.}{global,local}.config.php`. Doing this provides a +`./config/autoload/{,*.}{global,local}.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. diff --git a/config/autoload/global.config.php b/config/autoload/global.config.php deleted file mode 100644 index b03c0c4..0000000 --- a/config/autoload/global.config.php +++ /dev/null @@ -1,16 +0,0 @@ -