-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
39 lines (28 loc) · 1.07 KB
/
.env.sample
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
31
32
33
34
35
36
37
38
39
# Convex Deployment Variables
CONVEX_DEPLOYMENT=your_convex_deployment_value
# Public URLs
NEXT_PUBLIC_CONVEX_URL=https://your-convex-url.example.com
NEXT_PUBLIC_HOSTING_URL=https://your-hosting-url.example.com
# Clerk Variables
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
CLERK_SECRET_KEY=your_clerk_secret_key
CLERK_WEBHOOK_SECRET=your_clerk_webhook_secret
# OpenAI API Key
OPENAI_API_KEY=your_openai_api_key
# Stripe Test Keys
NEXT_PUBLIC_TEST_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key
STRIPE_TEST_SECRET_KEY=your_stripe_secret_key
# Webhook Signing Secret
WEBHOOK_SIGNING_SECRET=your_webhook_signing_secret
# Unsplash Access Key
UNSPLASH_ACCESS_KEY=your_unsplash_access_key
# Google Maps API Key
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
# Resend API Key
RESEND_API_KEY=your_resend_api_key
# Custom Domain
CUSTOM_DOMAIN=your_custom_domain
# Razorpay Webhook Secret
RAZORPAY_WEBHOOK_SECRET=your_razorpay_webhook_secret
# Razorpay Payment Page URL
NEXT_PUBLIC_RAZORPAY_PAYMENT_PAGE_URL=https://your-razorpay-payment-page-url.example.com