# ── Stripe (card / Link) ────────────────────────────────────────────────────── # Find keys at https://dashboard.stripe.com/apikeys STRIPE_SECRET_KEY=sk_test_... # Stripe Business Network profile ID. "internal" works for test mode. STRIPE_NETWORK_ID=internal # ── Tempo (crypto — PATH stablecoin) ───────────────────────────────────────── # Your wallet address that receives PATH stablecoin payments TEMPO_RECIPIENT=0x... # ── Base (USDC on Base) ─────────────────────────────────────────────────────── # Your EVM wallet address that receives USDC BASE_PAY_TO=0x... # ── Proxy ───────────────────────────────────────────────────────────────────── # The upstream API to proxy ORIGIN_URL=http://localhost:8080 PORT=3000