summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorjoelcox <joel@mickly.com>2011-01-15 23:09:47 +0100
committerjoelcox <joel@mickly.com>2011-01-15 23:09:47 +0100
commitcee8075e2f8fdeb0d8516b5af8ae7cd7754ac513 (patch)
tree7cba1d3ea12370bb7b8031585c6604cc7087cc1f /index.php
parent87a5cf3ee39cb76ff2ba50d49ca5d03588a3fd9f (diff)
Split basic configuration in three environments, providing fallback to global
Diffstat (limited to 'index.php')
-rw-r--r--index.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.php b/index.php
index 5bb53d2f2..7eacaab63 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
*---------------------------------------------------------------
*