This commit is contained in:
James Cole 2019-10-13 11:45:31 +02:00
parent 004f725993
commit 98ca25ebea
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -27,7 +27,7 @@ use FireflyIII\Providers\ImportServiceProvider;
return [
'name' => envNonEmpty('APP_NAME', 'Firefly III'),
'env' => envNonEmpty('APP_ENV', 'production'),
'env' => envNonEmpty('APP_ENV', 'local'),
'debug' => env('APP_DEBUG', false),
'url' => envNonEmpty('APP_URL', 'http://localhost'),
'timezone' => envNonEmpty('TZ', 'UTC'),