mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 03:08:11 +00:00
Update .env.ci.
This commit is contained in:
4
.env.ci
4
.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
|
# 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.
|
# 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.
|
# The locale defines how numbers are formatted.
|
||||||
# by default this value is the same as whatever the language is.
|
# 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.
|
# Change this value to your preferred time zone.
|
||||||
# Example: Europe/Amsterdam
|
# Example: Europe/Amsterdam
|
||||||
# For a list of supported time zones, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
# 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.
|
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
||||||
# Set it to ** and reverse proxies work just fine.
|
# Set it to ** and reverse proxies work just fine.
|
||||||
|
Reference in New Issue
Block a user