Files
WeatherTool/deploy/vps/environment.example
T
2026-08-20 19:22:03 +03:00

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