Files
wallabicher/web/backend/env.example.txt
Omar Sánchez Pizarro cc6ffdc5a5 payments with stripe
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-21 02:20:13 +01:00

15 lines
384 B
Plaintext

# 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=