Files
WeatherTool/.env-sample
T
b0txec 39fcb3ed6b Remove the dead METEO_* fetch path
Confirmed via git history it's not a separate vendor: the very first
commit (2023-04-13) included real sample CSVs from it with a Latvian
header identical to the LVGMC/open-data fields — same underlying LVĢMC
data, just an earlier delivery mechanism superseded by the FTP feed and
never removed. Never wired into anything that runs (Server.scala's
import was already commented out).
2026-08-23 10:49:26 +03:00

23 lines
630 B
Plaintext

POSTGRES_DB=aaa
POSTGRES_USER=aaa
POSTGRES_PASSWORD=aaa
POSTGRES_HOST=postgres
APP_BIND_ADDRESS=127.0.0.1
APP_PORT=9090
ENABLE_SCHEDULED_JOBS=true
# Gates the FTP station fetch and DMI Harmonie fetch specifically, separately
# from ENABLE_SCHEDULED_JOBS, since both require real credentials below.
# Leave false until those are real; both jobs throw on placeholder values,
# and would otherwise crash-loop the whole app rather than just fail quietly.
ENABLE_LEGACY_PROVIDER_JOBS=false
LVGMC_URL=aaa
LVGMC_USER=aaa
LVGMC_PASSWORD=aaa
HARMONIE_EDR_API_KEY=aaa
HARMONIE_EDR_URL=aaa
HARMONIE_STAC_API_KEY=aaa
HARMONIE_STAC_URL=aaa