mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Rewrite text in env files.
This commit is contained in:
parent
d4096103cb
commit
b174a06b86
@ -17,8 +17,11 @@ APP_KEY=${FF_APP_KEY}
|
|||||||
# Example: Europe/Amsterdam
|
# Example: Europe/Amsterdam
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
|
|
||||||
# APP_URL and TRUSTED_PROXIES are useful when using Docker and/or a reverse proxy.
|
# This variable must match your installation's external address but keep in mind that
|
||||||
|
# it's only used on the command line as a fallback value.
|
||||||
APP_URL=${APP_URL}
|
APP_URL=${APP_URL}
|
||||||
|
|
||||||
|
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
||||||
TRUSTED_PROXIES=${TRUSTED_PROXIES}
|
TRUSTED_PROXIES=${TRUSTED_PROXIES}
|
||||||
|
|
||||||
# The log channel defines where your log entries go to.
|
# The log channel defines where your log entries go to.
|
||||||
|
@ -17,8 +17,11 @@ APP_KEY=SomeRandomStringOf32CharsExactly
|
|||||||
# Example: Europe/Amsterdam
|
# Example: Europe/Amsterdam
|
||||||
TZ=${TZ}
|
TZ=${TZ}
|
||||||
|
|
||||||
# APP_URL and TRUSTED_PROXIES are useful when using Docker and/or a reverse proxy.
|
# This variable must match your installation's external address but keep in mind that
|
||||||
|
# it's only used on the command line as a fallback value.
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
||||||
|
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
||||||
TRUSTED_PROXIES=
|
TRUSTED_PROXIES=
|
||||||
|
|
||||||
# The log channel defines where your log entries go to.
|
# The log channel defines where your log entries go to.
|
||||||
|
@ -17,8 +17,11 @@ APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2
|
|||||||
# Example: Europe/Amsterdam
|
# Example: Europe/Amsterdam
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
|
|
||||||
# APP_URL and TRUSTED_PROXIES are useful when using Docker and/or a reverse proxy.
|
# This variable must match your installation's external address but keep in mind that
|
||||||
|
# it's only used on the command line as a fallback value.
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
||||||
|
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
||||||
TRUSTED_PROXIES=
|
TRUSTED_PROXIES=
|
||||||
|
|
||||||
# The log channel defines where your log entries go to.
|
# The log channel defines where your log entries go to.
|
||||||
|
@ -17,8 +17,11 @@ APP_KEY=SomeRandomStringOf32CharsExactly
|
|||||||
# Example: Europe/Amsterdam
|
# Example: Europe/Amsterdam
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
|
|
||||||
# APP_URL and TRUSTED_PROXIES are useful when using Docker and/or a reverse proxy.
|
# This variable must match your installation's external address but keep in mind that
|
||||||
|
# it's only used on the command line as a fallback value.
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
||||||
|
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
||||||
TRUSTED_PROXIES=
|
TRUSTED_PROXIES=
|
||||||
|
|
||||||
# The log channel defines where your log entries go to.
|
# The log channel defines where your log entries go to.
|
||||||
|
@ -17,8 +17,11 @@ APP_KEY=TestTestTestTestTestTestTestTest
|
|||||||
# Example: Europe/Amsterdam
|
# Example: Europe/Amsterdam
|
||||||
TZ=Europe/Amsterdam
|
TZ=Europe/Amsterdam
|
||||||
|
|
||||||
# APP_URL and TRUSTED_PROXIES are useful when using Docker and/or a reverse proxy.
|
# This variable must match your installation's external address but keep in mind that
|
||||||
|
# it's only used on the command line as a fallback value.
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
||||||
|
# TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
|
||||||
TRUSTED_PROXIES=
|
TRUSTED_PROXIES=
|
||||||
|
|
||||||
# The log channel defines where your log entries go to.
|
# The log channel defines where your log entries go to.
|
||||||
|
Loading…
Reference in New Issue
Block a user