zhibo/live-streaming/.env

8 lines
162 B
Bash
Raw Normal View History

2025-12-15 11:21:21 +08:00
NODE_ENV=development
PORT=3001
SRS_HOST=localhost
SRS_RTMP_PORT=1935
SRS_HTTP_PORT=8080
2025-12-17 08:47:15 +08:00
SRS_API_PORT=1985
2025-12-15 11:21:21 +08:00
CLIENT_URL=http://localhost:3000
2025-12-16 15:47:36 +08:00
EMBEDDED_MEDIA_SERVER=0