Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
madgustoo authored Mar 9, 2024
1 parent c6e4cd8 commit f57fa55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ API_PORT=8080
WEBAPP_URL=http://localhost:3000

# Sendgrid
SENDGRID_SENDER_EMAIL=[email protected]
SENDGRID_APIKEY=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
SENDGRID_SENDER_EMAIL=
SENDGRID_APIKEY=

# Easypost
EASYPOST_APIKEY=EZTK72d9059c50fd4161af6298b8ca7a0a787Fbn58RPBcIi2EDPz0ghIQ
EASYPOST_APIKEY=
EASYPOST_WEBHOOK_ENDPOINT_URL=https://f06e-103-253-96-74.ngrok.io/api/v1/shipments/easypost-webhook

# Stripe
STRIPE_PRODUCT_ID=prod_N10l0ZNKzE7Oyc
STRIPE_APIKEY=sk_test_51MGyhKBGBO0gISTg0IH0CPlCbUgcxaqFa5ejhgkHRtHiup5F9MlY5D2Y5NRRBfzqtMTXHSuryVQBH2sBhKPVMT4100Dc2qB2M2
STRIPE_WEBHOOK_ENDPOINT_URL=https://f06e-103-253-96-74.ngrok.io/api/v1/subscriptions/stripe-webhook
STRIPE_PRODUCT_ID=
STRIPE_APIKEY=
STRIPE_WEBHOOK_ENDPOINT_URL=

0 comments on commit f57fa55

Please sign in to comment.