-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 666 Bytes
/
.env.example
File metadata and controls
16 lines (14 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Stripe Billing
# Get your keys from https://dashboard.stripe.com/test/apikeys
DEVKIT_NODE_stripe_secretKey=sk_test_xxx
DEVKIT_NODE_stripe_webhookSecret=whsec_xxx
# Stripe Price IDs — create products at https://dashboard.stripe.com/test/products
DEVKIT_NODE_stripe_prices_starter_monthly=price_xxx
DEVKIT_NODE_stripe_prices_starter_annual=price_xxx
DEVKIT_NODE_stripe_prices_pro_monthly=price_xxx
DEVKIT_NODE_stripe_prices_pro_annual=price_xxx
# PostHog Analytics
# Get your keys from https://us.posthog.com/settings/project-api-key
DEVKIT_NODE_posthog_apiKey=phc_xxx
DEVKIT_NODE_posthog_host=https://us.i.posthog.com
DEVKIT_NODE_posthog_personalApiKey=phx_xxx