15 lines
384 B
Plaintext
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=
|
|
|