# ── Payload ─────────────────────────────────────────────────────────────────── PAYLOAD_SECRET=change-me-to-a-long-random-string DATABASE_URL=postgres://rebours:rebours@localhost:5434/rebours # ── Public URL ──────────────────────────────────────────────────────────────── NEXT_PUBLIC_SERVER_URL=http://localhost:3000 # ── Stripe ──────────────────────────────────────────────────────────────────── STRIPE_SECRET_KEY=sk_test_... STRIPE_WEBHOOK_SECRET=whsec_...