-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy path.env.example
More file actions
50 lines (38 loc) · 1.27 KB
/
.env.example
File metadata and controls
50 lines (38 loc) · 1.27 KB
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
40
41
42
43
44
45
46
47
48
49
50
# Application
NEXT_PUBLIC_URL=http://localhost:3000
NEXT_PUBLIC_CONTACT_EMAIL=contact@open-launch.com
# Database
DATABASE_URL=postgresql://user:password@localhost:5432/open_launch
# Redis (for rate limiting and sessions)
REDIS_URL=redis://localhost:6379
# Authentication
BETTER_AUTH_URL=http://localhost:3000
BETTER_AUTH_SECRET=
# Google OAuth
NEXT_PUBLIC_GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
# GitHub OAuth
GITHUB_CLIENT_ID=your_github_client_id
GITHUB_CLIENT_SECRET=your_github_client_secret
# Stripe
STRIPE_SECRET_KEY=sk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...
NEXT_PUBLIC_PREMIUM_PAYMENT_LINK=https://buy.stripe.com/...
NEXT_PUBLIC_PREMIUM_PLUS_PAYMENT_LINK=https://buy.stripe.com/...
# Cloudflare Turnstile (Anti-bot)
NEXT_PUBLIC_TURNSTILE_SITE_KEY=your_turnstile_site_key
TURNSTILE_SECRET_KEY=your_turnstile_secret_key
# Discord Notifications
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
DISCORD_LAUNCH_WEBHOOK_URL=https://discord.com/api/webhooks/...
# Email (Resend)
RESEND_API_KEY=re_...
# Cron Jobs
CRON_API_KEY=your_cron_api_key
# UploadThing
NEXT_PUBLIC_UPLOADTHING_URL=your_uploadthing_url_without_protocol
UPLOADTHING_TOKEN=your_uploadthing_token
#Plausible
PLAUSIBLE_API_KEY=
PLAUSIBLE_URL=
PLAUSIBLE_SITE_ID=