10 lines
374 B
Plaintext
10 lines
374 B
Plaintext
# Webhook Configuration
|
|
# Copy this file to .env and set your actual webhook secrets
|
|
|
|
# Stripe webhook endpoint secret
|
|
# Get this from your Stripe dashboard under Webhooks
|
|
STRIPE_WEBHOOK_SECRET=whsec_your_stripe_webhook_secret_here
|
|
|
|
# iDenfy webhook endpoint secret
|
|
# Get this from your iDenfy dashboard under Webhooks
|
|
IDENFY_WEBHOOK_SECRET=your_idenfy_webhook_secret_here |