We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6045a4 commit b6e55b5Copy full SHA for b6e55b5
.env.example
@@ -46,3 +46,8 @@ STRIPE_ACCOUNT_ID=your-stripe-account-id
46
STRIPE_PUBLISHABLE_KEY=your-stripe-publishable-key
47
STRIPE_SECRET_KEY=your-stripe-secret-key
48
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