Browse Source

adding env to app config

Taylor Otwell 8 years ago
parent
commit
7ef3839fbf
1 changed files with 13 additions and 0 deletions
  1. 13 0
      config/app.php

+ 13 - 0
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