Skip to main content

Configuration

Environment variables for weather, geocoding, providers and databases.

Key variables:

  • Weather/Geocoding: OPENMETEO_APIKEY, OPENMETEO_BASE_URL, GEOCODING_BASE_URL
  • Tee‑time DB: TEETIME_DATABASE_URL
  • Outbox (tee‑time) DB: TEETIME_DATABASE_URL
  • Redis (idempotency/locks): REDIS_HOST, REDIS_PORT, REDIS_PASSWORD
  • Provider base URLs: GOLFNOW_BASE_URL, LIGHTSPEED_BASE_URL, FOREUP_BASE_URL

See the repo’s .env.example for sample values and the library README for additional notes.