修复工作

This commit is contained in:
2025-10-01 22:38:48 +08:00
parent fc88a11af3
commit 144fa7b423
3 changed files with 23 additions and 3 deletions

View File

@@ -148,9 +148,9 @@ xss:
# 流媒体服务端口
mediasServer:
port: ${MEDIA_SERVER_PORT:8866}
# 监听地址,支持环境变量配置
address: ${MEDIA_SERVER_ADDRESS:0.0.0.0}
port: ${MEDIA_SERVER_PORT:10083}
# 监听地址,支持环境变量配置默认127.0.0.1只监听本地通过Nginx代理
address: ${MEDIA_SERVER_ADDRESS:127.0.0.1}
# 网络超时15秒
netTimeout: 15000000
# 读写超时15秒