zhibo/live-streaming/.env.example
2025-12-15 11:21:21 +08:00

12 lines
183 B
Plaintext

# 服务器配置
NODE_ENV=development
PORT=3001
# SRS 配置
SRS_HOST=localhost
SRS_RTMP_PORT=1935
SRS_HTTP_PORT=8080
# 前端地址 (用于 CORS)
CLIENT_URL=http://localhost:3000