Files
context-bridge/.env.example
2026-02-12 19:33:47 -06:00

6 lines
175 B
Plaintext

STRIPE_SECRET_KEY=sk_test_your_key_here
STRIPE_WEBHOOK_SECRET=whsec_your_secret_here
GITHUB_TOKEN=ghp_your_token_here
BASE_URL=https://context-bridge-ten.vercel.app
PORT=3000