From 299e3aa5238dca0500855215f70e1d5a57a85f62 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Sun, 6 Sep 2015 09:36:07 -0700 Subject: [PATCH] Turned off debugging for production so that others don't see the issues :). --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 55c3be9..eda65c8 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ APP_ENV=production -APP_DEBUG=true +APP_DEBUG=false APP_KEY=u1B2wSjP9BcMNRi7L4IKJexNgzXd4cnW DB_HOST=ec2-54-197-245-93.compute-1.amazonaws.com