Skip to content

Commit

Permalink
feat: Add Stripe payment env variables examples
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Oct 1, 2024
1 parent 8a2754d commit 2a944f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,7 @@ POSTHOG_HOST=

# Stripe Payment
STRIPE_PAYMENT_SECRET_KEY=
STRIPE_PAYMENT_PUBLISHABLE_KEY=
STRIPE_PAYMENT_PUBLISHABLE_KEY=
STRIPE_PAYMENT_CLIENT_ID=
STRIPE_PAYMENT_WEBHOOKS_SECRET=
STRIPE_PAYMENT_REDIRECT_URL=

0 comments on commit 2a944f8

Please sign in to comment.