From fcf6863aaff6e88af21eb62fb1d9dfca1f8082c4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 31 Jul 2020 06:58:14 +0200 Subject: [PATCH] Update .env.ci. --- .env.ci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.