9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
# Copy to /srv/weathertool/.env.staging and set mode 0600.
|
|
# Do not commit the real file.
|
|
WEATHERTOOL_IMAGE=weathertool:REPLACE_WITH_FULL_GIT_SHA
|
|
WEATHERTOOL_PORT=8002
|
|
AUTHELIA_PORT=9091
|
|
POSTGRES_DB=weather
|
|
POSTGRES_USER=weather
|
|
POSTGRES_PASSWORD=REPLACE_WITH_A_LONG_RANDOM_VALUE
|