🤖 Auto commit for release 'v6.2.11' on 2025-04-20

This commit is contained in:
JC5
2025-04-20 08:28:25 +02:00
parent 835c81f329
commit d7caaca5e4

View File

@@ -114,11 +114,11 @@ use TwigBridge\Facade\Twig;
use TwigBridge\ServiceProvider;
return [
'name' => envNonEmpty('APP_NAME', 'Firefly III'),
'env' => envNonEmpty('APP_ENV', 'production'),
'debug' => env('APP_DEBUG', false),
'url' => envNonEmpty('APP_URL', 'http://localhost'),
'timezone' => envNonEmpty('TZ','UTC'),
'name' => envNonEmpty('APP_NAME', 'Firefly III'),
'env' => envNonEmpty('APP_ENV', 'production'),
'debug' => env('APP_DEBUG', false),
'url' => envNonEmpty('APP_URL', 'http://localhost'),
'timezone' => envNonEmpty('TZ', 'UTC'),
'locale' => envNonEmpty('DEFAULT_LANGUAGE', 'en_US'),
'fallback_locale' => 'en_US',
'key' => env('APP_KEY'),