chore(env): update stripe publishable key placeholders in env examples
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user