chore(env): update stripe publishable key placeholders in env examples

This commit is contained in:
2026-06-16 11:09:20 +08:00
parent e44cc7e2f3
commit 00651861ce
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ CF_API_TOKEN=cfut_xyHb70XCw0j8f5Wz5fg5PemUQ2ZHnSpWvmrBvVeK94d3b00f
# **不**要** commit 真**实** key 到**版**本**控**制**
# ─────────────────────────────
STRIPE_SECRET_KEY=sk_live_replace_with_your_live_secret_key
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_live_replace_with_your_live_publishable_key
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_replace_with_your_dev_publishable_key
# webhook 签**名**密**钥****从** Stripe dashboard / Webhooks **端**点**的** "Signing secret" **拿**到**
STRIPE_WEBHOOK_SECRET=whsec_replace_with_your_live_webhook_signing_secret