Remove references to application environment.
[zf2.biz/application_blanche.git] / config / autoload / global.config.php
diff --git a/config/autoload/global.config.php b/config/autoload/global.config.php
new file mode 100644 (file)
index 0000000..b03c0c4
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+/**
+ * Global Configuration Override
+ *
+ * You can use this file for overridding configuration values from modules, etc.  
+ * You would place values in here that are agnostic to the environment and not 
+ * sensitive to security. 
+ *
+ * @NOTE: In practice, this file will typically be INCLUDED in your source 
+ * control, so do not include passwords or other sensitive information in this 
+ * file.
+ */
+
+return array(
+    // ...
+);