File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DATABASE_URL = postgres://postgres:postgres@host:5432/postgres?sslmode=disable&search_path=stripe
22STRIPE_WEBHOOK_SECRET = whsec_
3+
4+ # API_KEY is used to authenticate "admin" endpoints (i.e. for backfilling), make sure to generate a secure string
35API_KEY = api_key_test
46
57# optional
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type configType = {
1515 /** Webhook secret from Stripe to verify the signature of webhook events. */
1616 STRIPE_WEBHOOK_SECRET : string
1717
18- /** API_KEY is used to authenticate requests to the sync-engine . */
18+ /** API_KEY is used to authenticate "admin" endpoints (i.e. for backfilling), make sure to generate a secure string . */
1919 API_KEY : string
2020
2121 /** Stripe API version for the webhooks, defaults to 2020-08-27 */
You can’t perform that action at this time.
0 commit comments