diff --git a/.env.ci b/.env.ci index bffb6de2b7..d49e9925a3 100644 --- a/.env.ci +++ b/.env.ci @@ -20,7 +20,7 @@ APP_KEY=SomeRandomStringOf32CharsExactly # For a list of available languages: https://github.com/firefly-iii/firefly-iii/tree/main/resources/lang # # If text is still in English, remember that not everything may have been translated. -DEFAULT_LANGUAGE=en_GB +DEFAULT_LANGUAGE=en_US # The locale defines how numbers are formatted. # by default this value is the same as whatever the language is. @@ -29,7 +29,7 @@ DEFAULT_LOCALE=equal # Change this value to your preferred time zone. # Example: Europe/Amsterdam # For a list of supported time zones, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones -TZ=Europe/London +TZ=Europe/Amsterdam # TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy. # Set it to ** and reverse proxies work just fine.