-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 744 Bytes
/
Copy path.env.example
File metadata and controls
30 lines (24 loc) · 744 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
# Database
DATABASE_URL=postgresql://user:password@your-postgres-host:5432/streams
# Redis
REDIS_HOST=your-redis-host
REDIS_PORT=6379
REDIS_PASSWORD=your-redis-password
# RabbitMQ
RABBITMQ_URL=amqp://user:password@your-rabbitmq-host:5672
# Server
SESSION_SECRET=your-session-secret-here
CLIENT_URI=https://your-frontend-domain.com
# OAuth
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
GITHUB_CLIENT_ID=your-github-client-id
GITHUB_CLIENT_SECRET=your-github-client-secret
# WebRTC Server
WEBRTC_PORT=4000
PUBLIC_IP=your-vps-public-ip
MEDIASOUP_MIN_PORT=10000
MEDIASOUP_MAX_PORT=10100
# Frontend
NEXT_PUBLIC_PROD_API=https://your-api-domain.com
NEXT_PUBLIC_UPLOADTHING_APP_ID=your-uploadthing-app-id