12 lines
183 B
Plaintext
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
|