06/15 Phase 4 + 5 codes
This commit is contained in:
@@ -41,3 +41,10 @@ TURNSTILE_SECRET_KEY=
|
||||
# --- Security tokens ---
|
||||
TOKEN_VERIFY_MAX_AGE=86400 # 24h email-verify link life (seconds)
|
||||
TOKEN_RESET_MAX_AGE=3600 # 1h password-reset link life (seconds)
|
||||
|
||||
# Stripe
|
||||
# Get keys from https://dashboard.stripe.com/apikeys
|
||||
STRIPE_SECRET_KEY=
|
||||
STRIPE_PUBLISHABLE_KEY=
|
||||
# Get webhook secret after running: stripe listen --forward-to localhost:5000/billing/webhook
|
||||
STRIPE_WEBHOOK_SECRET=
|
||||
|
||||
Reference in New Issue
Block a user