This commit is contained in:
James Cole
2018-03-05 19:39:41 +01:00
parent 6f9ecc0ffa
commit 64fd36d437
6 changed files with 15 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ return [
'env' => env('APP_ENV', 'production'),
'debug' => env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),
'timezone' => 'UTC',
'timezone' => env('TZ', 'UTC'),
'locale' => 'en_US',
'fallback_locale' => 'en_US',
'key' => env('APP_KEY'),