From defd4ff978dd4ee4aab66f989fe2872ac9b53893 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Wed, 20 Apr 2016 07:30:57 -0400 Subject: [PATCH] add production env --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index abfb75b1..55ece5d2 100644 --- a/index.php +++ b/index.php @@ -53,7 +53,7 @@ * * NOTE: If you change these, also change the error_reporting() code below */ -define('ENVIRONMENT', 'development'); +define('ENVIRONMENT', 'production'); /* *---------------------------------------------------------------