diff --git a/.env.example b/.env.example index af0a1e7..507a8e7 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ PUBLIC_SUPABASE_URL="" PUBLIC_SUPABASE_ANON_KEY="" -STRIPE_SECRET_KEY="" \ No newline at end of file +SUPABASE_SERVICE_ROLE_KEY="" +STRIPE_SECRET_KEY="" +STRIPE_ENDPOINT_SECRET="" \ No newline at end of file diff --git a/docs/stripe-setup.md b/docs/stripe-setup.md index df68b97..8fb546b 100644 --- a/docs/stripe-setup.md +++ b/docs/stripe-setup.md @@ -16,7 +16,7 @@ stripe listen Add the secret key to to your .env(.local): -`PUBLIC_STRIPE_ENDPOINT_SECRET` +`STRIPE_ENDPOINT_SECRET` ### Testing the webhook locally