修复工作

This commit is contained in:
2025-10-01 23:42:52 +08:00
parent a3e0a45b9c
commit 694ea5b1af
2 changed files with 6 additions and 5 deletions

View File

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