mirror of
https://github.com/bleak-ai/gcontext.git
synced 2026-08-11 13:19:23 +02:00
11 lines
281 B
Bash
11 lines
281 B
Bash
# Copy to secrets.env and fill in the values.
|
|||
|
|
# secrets.env is gitignored and never leaves your machine.
|
||
|
|
|
||
|
|
# Stripe
|
||
|
|
STRIPE_API_KEY=sk_test_your_key_here
|
||
|
|
STRIPE_WEBHOOK_SECRET=whsec_your_secret_here
|
||
|
|
|
||
|
|
# Cloudflare
|
||
|
|
CF_API_KEY=your_cloudflare_api_key
|
||
|
|
CF_API_EMAIL=your_cloudflare_email
|