27 lines
679 B
Plaintext
27 lines
679 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
|
|
|
|
METEO_USER=aaa
|
|
METEO_PASSWORD=aaa
|
|
METEO_URL=aaa
|
|
|
|
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
|