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).
This commit is contained in:
@@ -32,12 +32,10 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_HOST: postgres
|
||||
ENABLE_SCHEDULED_JOBS: "false"
|
||||
ENABLE_LEGACY_PROVIDER_JOBS: "false"
|
||||
DEBUG: "false"
|
||||
# Provider services are currently constructed at startup even with jobs
|
||||
# disabled, so inert values are required for synthetic-data UAT.
|
||||
METEO_USER: disabled
|
||||
METEO_PASSWORD: disabled
|
||||
METEO_URL: https://invalid.local/
|
||||
LVGMC_USER: disabled
|
||||
LVGMC_PASSWORD: disabled
|
||||
LVGMC_URL: https://invalid.local/
|
||||
|
||||
Reference in New Issue
Block a user