2026-06-11 17:13:50 +00:00
|
|
|
# fleettickets — copy to .env and fill in. NEVER commit the real .env.
|
|
|
|
|
|
|
|
|
|
# Shared database (the `tickets` schema lives in tracksolid_db; internal Docker host)
|
|
|
|
|
DATABASE_URL=postgresql://tracksolid_owner:<password>@timescale_db:5432/tracksolid_db
|
|
|
|
|
|
2026-06-25 15:20:04 +00:00
|
|
|
# S3 — source INC ticket CDC stream (isptickets bucket, automations/inc/changes/<EAT-ts>.csv)
|
2026-06-11 17:13:50 +00:00
|
|
|
RUSTFS_ENDPOINT=https://s3.rahamafresh.com
|
2026-06-25 15:20:04 +00:00
|
|
|
RUSTFS_ACCESS_KEY=isptickets
|
2026-06-11 17:13:50 +00:00
|
|
|
RUSTFS_SECRET_KEY=<secret>
|
|
|
|
|
RUSTFS_REGION=us-east-1
|
2026-06-25 15:20:04 +00:00
|
|
|
TICKETS_BUCKET=isptickets
|
2026-06-11 17:13:50 +00:00
|
|
|
|
|
|
|
|
# Geocoder (keyed — public Nominatim rate-limits bulk)
|
|
|
|
|
GEOCODER_PROVIDER=locationiq # locationiq | opencage
|
|
|
|
|
GEOCODER_API_KEY=<key>
|
|
|
|
|
GEOCODER_MIN_INTERVAL_S=1.1 # throttle to provider TOS
|
|
|
|
|
GEOCODER_MAX_KM=25 # reject a location geocode this far from its cluster centroid
|