mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-15 03:53:48 +00:00
docs(#29): update env vars example
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
PUBLIC_SUPABASE_URL=""
|
PUBLIC_SUPABASE_URL=""
|
||||||
PUBLIC_SUPABASE_ANON_KEY=""
|
PUBLIC_SUPABASE_ANON_KEY=""
|
||||||
|
SUPABASE_SERVICE_ROLE_KEY=""
|
||||||
STRIPE_SECRET_KEY=""
|
STRIPE_SECRET_KEY=""
|
||||||
|
STRIPE_ENDPOINT_SECRET=""
|
||||||
@@ -16,7 +16,7 @@ stripe listen
|
|||||||
|
|
||||||
Add the secret key to to your .env(.local):
|
Add the secret key to to your .env(.local):
|
||||||
|
|
||||||
`PUBLIC_STRIPE_ENDPOINT_SECRET`
|
`STRIPE_ENDPOINT_SECRET`
|
||||||
|
|
||||||
### Testing the webhook locally
|
### Testing the webhook locally
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user