payments with stripe
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
14
web/backend/env.example.txt
Normal file
14
web/backend/env.example.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# Stripe Configuration
|
||||
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here
|
||||
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
|
||||
|
||||
# Base URL for redirects (production/development)
|
||||
BASE_URL=http://localhost
|
||||
|
||||
# MongoDB Configuration (optional, if not in config.yaml)
|
||||
# MONGODB_HOST=localhost
|
||||
# MONGODB_PORT=27017
|
||||
# MONGODB_DATABASE=wallabicher
|
||||
# MONGODB_USERNAME=
|
||||
# MONGODB_PASSWORD=
|
||||
|
||||
Reference in New Issue
Block a user