Update .env.ci.

This commit is contained in:
James Cole 2020-07-31 06:58:14 +02:00
parent e57251abf4
commit fcf6863aaf
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -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.