From 0e502ed53bb659c6a45d13e9eb5502cd15cd001c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 27 Jul 2015 22:28:52 +0100 Subject: [PATCH] Default to production --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 9eb512770..2584e264c 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_ENV=local +APP_ENV=production APP_DEBUG=false APP_URL=http://localhost APP_KEY=SomeRandomString