Files
neon/scripts/layer_map_scraper/scraper.env.example
Christian Schwarz 336127590e deployment
2023-02-09 16:22:21 +01:00

8 lines
244 B
Plaintext

export PGUSER=scraper-staging
export PGPASSWORD=...
export PGHOST=ep-....eu-central-1.aws.neon.tech
export PGDATABASE=scraper-staging
export SCRAPE_ENDPOINT=http://localhost:9898
export SCRAPE_ENVIRONMENT=staging
export SCRAPE_INTERVAL_SECS=99