eny.space Landingpage
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at efd587bef5370e25aa4dddec418c199014611587 7 lines 262 B view raw
1# Stripe keys 2# https://dashboard.stripe.com/apikeys 3NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_12345 4STRIPE_SECRET_KEY=sk_12345 5STRIPE_PAYMENT_DESCRIPTION='Software development services' 6# https://stripe.com/docs/webhooks/signatures 7STRIPE_WEBHOOK_SECRET=whsec_1234