payments with stripe

Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
Omar Sánchez Pizarro
2026-01-21 02:20:13 +01:00
parent 626e3342d0
commit cc6ffdc5a5
16 changed files with 1441 additions and 44 deletions

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