From 7ef3839fbf0ba65898ea34bf41cf23cbb3710fca Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 8 Dec 2015 14:25:11 -0600 Subject: [PATCH] adding env to app config --- config/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/app.php b/config/app.php index 0b7eb4f8..1af4ab7f 100644 --- a/config/app.php +++ b/config/app.php @@ -2,6 +2,19 @@ return [ + /* + |-------------------------------------------------------------------------- + | Application Environment + |-------------------------------------------------------------------------- + | + | This value determines the "environment" your application is currently + | running in. This may determine how you prefer to configure various + | services your application utilizes. Set this in your ".env" file. + | + */ + + 'env' => env('APP_ENV', 'production'), + /* |-------------------------------------------------------------------------- | Application Debug Mode