# earth-now.co # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # File: .env.example # Purpose: Environment template — copy to .env; NEVER commit real secrets (ngrok token, DB password) # apps/api PORT=4000 ENABLE_RT_POLLERS=1 # apps/web NEXT_PUBLIC_API_URL=http://localhost:4000 API_URL=http://localhost:4000 # apps/ingest (Redis-less dev mode when unset) REDIS_URL= RAW_ARCHIVE_DIR=data/raw # infra (production, node m3u96b) POSTGRES_PASSWORD= NGROK_AUTHTOKEN=