Heroku related changes.

This commit is contained in:
James Cole
2017-11-27 19:07:57 +01:00
parent b0b904c32e
commit 18a5bb682d
3 changed files with 62 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ return [
'timezone' => 'UTC',
'locale' => 'en_US',
'fallback_locale' => 'en_US',
'key' => env('APP_KEY','7ahyYVPVsmxjdhsweWCauGeJfwc92NP2'),
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',
'log' => env('APP_LOG', 'errorlog'),
'log_level' => env('APP_LOG_LEVEL', 'info'),