initial commit
This commit is contained in:
10
interfaces/websocket/server/.env.example
Normal file
10
interfaces/websocket/server/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
Reference in New Issue
Block a user