修复工作

This commit is contained in:
2025-09-30 20:48:14 +08:00
parent 1f22d777e9
commit 6dba13713f
5 changed files with 26 additions and 21 deletions

View File

@@ -17,6 +17,8 @@ ruoyi:
server:
# 服务器的HTTP端口默认为8080
port: 8080
# 只监听本地地址外网无法直接访问通过Nginx代理
address: ${SERVER_ADDRESS:127.0.0.1}
servlet:
# 应用的访问路径
context-path: /
@@ -147,6 +149,8 @@ xss:
# 流媒体服务端口
mediasServer:
port: 8866
# 只监听本地地址外网无法直接访问通过Nginx代理
address: ${MEDIA_SERVER_ADDRESS:127.0.0.1}
# 网络超时15秒
netTimeout: 15000000
# 读写超时15秒