SPB Git

spb/earth-now Public License

earth-now.co — real-time planetary dashboard: live world metrics modeled, not streamed.

TypeScript 93% Shell 2.3% SQL 1.4% JavaScript 1.3% Dockerfile 1.2% CSS 0.8%
487 B · 22 lines dotenv
Raw Blame History
1# earth-now.co2# Author:  Simon-Pierre Boucher3# Contact: contact@spboucher.ai4# File:    .env.example5# Purpose: Environment template — copy to .env; NEVER commit real secrets (ngrok token, DB password)67# apps/api8PORT=40009ENABLE_RT_POLLERS=11011# apps/web12NEXT_PUBLIC_API_URL=http://localhost:400013API_URL=http://localhost:40001415# apps/ingest (Redis-less dev mode when unset)16REDIS_URL=17RAW_ARCHIVE_DIR=data/raw1819# infra (production, node m3u96b)20POSTGRES_PASSWORD=21NGROK_AUTHTOKEN=22