mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 02:10:22 -06:00
Fix #2731
This commit is contained in:
parent
004f725993
commit
98ca25ebea
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user