# fleetfuel — copy to .env and fill in. NEVER commit the real .env. # Shared database (the `fuel` schema lives in tracksolid_db; internal Docker host) DATABASE_URL=postgresql://tracksolid_owner:@timescale_db:5432/tracksolid_db # rustfs / S3 — source fuel records (fuel_records/latest.json + fuel_records/changes/*.json) RUSTFS_ENDPOINT=https://s3.rahamafresh.com RUSTFS_ACCESS_KEY= RUSTFS_SECRET_KEY= RUSTFS_REGION=us-east-1 FUEL_BUCKET=fuel