-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
30 lines (25 loc) · 1.26 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Convex Configuration
CONVEX_DEPLOYMENT= # Your Convex deployment ID
NEXT_PUBLIC_CONVEX_URL= # Your Convex deployment URL
CONVEX_DEPLOY_KEY= # Your Convex deploy key
# Authentication (Clerk)
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= # Your Clerk publishable key
CLERK_SECRET_KEY= # Your Clerk secret key
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
CLERK_WEBHOOK_SECRET= # Your Clerk webhook secret
# AI Services
OPENAI_API_KEY= # Your OpenAI API key
ANTHROPIC_API_KEY= # Your Anthropic API key
APIFY_TOKEN= # Your Apify token
# Integration Services
INTEGRATIONOS_API_KEY= # Your IntegrationOS API key
NEXT_PUBLIC_INTEGRATIONOS_API_KEY= # Your public IntegrationOS API key
# Payment Processing (Stripe)
STRIPE_SECRET_KEY= # Your Stripe secret key
STRIPE_WEBHOOK_SECRET= # Your Stripe webhook secret
STRIPE_FREE_PLAN_PRICE_ID= # Price ID for free plan
STRIPE_RIDICULOUS_PLAN_PRICE_ID= # Price ID for ridiculous plan
STRIPE_GROWTH_PLAN_PRICE_ID= # Price ID for growth plan
# Analytics
NEXT_PUBLIC_SEGMENT_WRITE_KEY= # Your Segment write key