Skip to content

Commit b6e55b5

Browse files
committed
Add Stripe price IDs and Puppeteer path to environment config
1 parent c6045a4 commit b6e55b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ STRIPE_ACCOUNT_ID=your-stripe-account-id
4646
STRIPE_PUBLISHABLE_KEY=your-stripe-publishable-key
4747
STRIPE_SECRET_KEY=your-stripe-secret-key
4848
STRIPE_WEBHOOK_SECRET=your-stripe-webhook-secret
49+
STRIPE_MONTHLY_PRICE_ID=your-stripe-monthly-price-id
50+
STRIPE_YEARLY_PRICE_ID=your-stripe-yearly-price-id
51+
52+
# Puppeteer configuration
53+
PUPPETEER_EXECUTABLE_PATH=/home/user/.cache/puppeteer/chrome/linux-135.0.7049.114/chrome-linux64/chrome

0 commit comments

Comments
 (0)