mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Intentional code jumbling. This needs improvement in the action.
This commit is contained in:
@@ -118,7 +118,7 @@ return [
|
|||||||
'env' => envNonEmpty('APP_ENV', 'production'),
|
'env' => envNonEmpty('APP_ENV', 'production'),
|
||||||
'debug' => env('APP_DEBUG', false),
|
'debug' => env('APP_DEBUG', false),
|
||||||
'url' => envNonEmpty('APP_URL', 'http://localhost'),
|
'url' => envNonEmpty('APP_URL', 'http://localhost'),
|
||||||
'timezone' => envNonEmpty('TZ', 'UTC'),
|
'timezone' => envNonEmpty('TZ','UTC'),
|
||||||
'locale' => envNonEmpty('DEFAULT_LANGUAGE', 'en_US'),
|
'locale' => envNonEmpty('DEFAULT_LANGUAGE', 'en_US'),
|
||||||
'fallback_locale' => 'en_US',
|
'fallback_locale' => 'en_US',
|
||||||
'key' => env('APP_KEY'),
|
'key' => env('APP_KEY'),
|
||||||
|
Reference in New Issue
Block a user