修复工作
This commit is contained in:
@@ -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秒
|
||||
|
||||
Reference in New Issue
Block a user