Files

25 lines
729 B
Plaintext
Raw Permalink Normal View History

2023-12-19 17:48:48 +02:00
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
# Gate the FTP station fetch and DMI Harmonie fetch independently, separately
# from ENABLE_SCHEDULED_JOBS, since each requires its own real credentials
# below and they tend to arrive on different timelines. Leave false until a
# given one's credentials are real; each job throws on placeholder values,
# and would otherwise crash-loop the whole app rather than just fail quietly.
ENABLE_LVGMC_FTP_JOBS=false
ENABLE_HARMONIE_JOBS=false
2023-12-19 17:48:48 +02:00
2025-03-09 20:02:16 +02:00
LVGMC_URL=aaa
LVGMC_USER=aaa
LVGMC_PASSWORD=aaa
2025-02-13 16:11:50 +02:00
HARMONIE_EDR_API_KEY=aaa
HARMONIE_EDR_URL=aaa
HARMONIE_STAC_API_KEY=aaa
HARMONIE_STAC_URL=aaa