5 lines
266 B
Plaintext
5 lines
266 B
Plaintext
# Copy this file to .env and replace with your actual Stripe API keys
|
|
# Get your keys from: https://dashboard.stripe.com/apikeys
|
|
|
|
# Stripe Secret Key (starts with sk_test_ for test mode or sk_live_ for live mode)
|
|
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here |