Split basic configuration in three environments, providing fallback to global
diff --git a/index.php b/index.php
index 5bb53d2..7eacaab 100644
--- a/index.php
+++ b/index.php
@@ -2,6 +2,18 @@
/*
*---------------------------------------------------------------
+ * APPLICATION ENVIRONMENT
+ *---------------------------------------------------------------
+ *
+ * You can load different configurations depending on your
+ * current environment. The enviroment variable can be set
+ * to "development" (default), "test" or "production"
+ *
+ */
+ define('ENVIRONMENT', 'development');
+
+/*
+ *---------------------------------------------------------------
* PHP ERROR REPORTING LEVEL
*---------------------------------------------------------------
*