Skip to content

Commit

Permalink
Rallback environment back to production and debug false
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadeera Thilak committed Jun 4, 2017
1 parent c1bbc7d commit 142936c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
|
*/

'env' => env('APP_ENV', 'local'),
'env' => env('APP_ENV', 'production'),

/*
|--------------------------------------------------------------------------
Expand All @@ -38,7 +38,7 @@
|
*/

'debug' => env('APP_DEBUG', true),
'debug' => env('APP_DEBUG', false),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 142936c

Please sign in to comment.