fix: serialize Stripe checkout provisioning
This commit is contained in:
@@ -40,6 +40,8 @@ STORAGE_PATH=./uploads
|
||||
BILLING_PROVIDER=stripe
|
||||
STRIPE_SECRET_KEY=sk_test_xxx
|
||||
STRIPE_WEBHOOK_SECRET=whsec_xxx
|
||||
# Keep the official endpoint in production; override only for isolated mocks.
|
||||
STRIPE_API_BASE_URL=https://api.stripe.com
|
||||
|
||||
# 邮件服务(注册验证 + 密码重置)
|
||||
MAIL_ENABLED=false
|
||||
|
||||
Reference in New Issue
Block a user