Commit 5ec346a 1 parent c67ae3e commit 5ec346a Copy full SHA for 5ec346a
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
DATABASE_URL = postgres://postgres:postgres@host:5432/postgres?sslmode=disable&search_path=stripe
2
2
STRIPE_WEBHOOK_SECRET = whsec_
3
+
4
+ # API_KEY is used to authenticate "admin" endpoints (i.e. for backfilling), make sure to generate a secure string
3
5
API_KEY = api_key_test
4
6
5
7
# optional
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type configType = {
15
15
/** Webhook secret from Stripe to verify the signature of webhook events. */
16
16
STRIPE_WEBHOOK_SECRET : string
17
17
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 . */
19
19
API_KEY : string
20
20
21
21
/** Stripe API version for the webhooks, defaults to 2020-08-27 */
You can’t perform that action at this time.
0 commit comments