From b0c3027e5d74dc8608679e1d6f15a1753eecda2a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 15 May 2012 12:20:17 -0500 Subject: [PATCH] [zen-33] Updated config globbing - Removed ".config" segment from application configuration --- config/autoload/README.md | 2 +- config/autoload/global.config.php | 16 ---------------- config/autoload/global.php | 16 ++++++++++++++++ config/autoload/local.config.php.dist | 16 ---------------- config/autoload/local.php.dist | 16 ++++++++++++++++ vendor/ZendFramework | 2 +- 6 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 config/autoload/global.config.php create mode 100644 config/autoload/global.php delete mode 100644 config/autoload/local.config.php.dist create mode 100644 config/autoload/local.php.dist 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 @@ -