forked from joincalldotco/Call
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (28 loc) · 993 Bytes
/
.env.example
File metadata and controls
40 lines (28 loc) · 993 Bytes
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
DATABASE_URL=postgresql://postgres:postgres@localhost:5434/call
NEXT_PUBLIC_BACKEND_URL=http://localhost:1284
NEXT_PUBLIC_CALLBACK_URL=http://localhost:3000/app
FRONTEND_URL=http://localhost:3000
BACKEND_URL=http://localhost:1284
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Resend. Get your api key from here https://resend.com
EMAIL_FROM=
RESEND_API_KEY=
# Supabase credentials for the waitlist. ps: it won't be available in the nearest future(days)
SUPABASE_URL=
SUPABASE_ANON_KEY=
DISCORD_URL="" ## this used used to send thoughts to a dicord server.
BETTER_AUTH_SECRET=
NEXT_PUBLIC_WS_PRODUCTION_URL=wss://media.joincall.co
MEDIASOUP_ANNOUNCED_IP=127.0.0.1
# Redis/Valkey Configuration
# For local development with Docker
REDIS_HOST="localhost"
REDIS_PORT=6379
# REDIS_USERNAME=""
# REDIS_PASSWORD=""
# For production (AWS ElastiCache/EC2)
# REDIS_HOST="your-redis-cluster-endpoint"
# REDIS_PORT=6379
# REDIS_USERNAME="your-redis-username"
# REDIS_PASSWORD="your-redis-password"