Files
agent-server/src/main/resources/application-dev.yml
T
qiminbao dfda888d9a 采集网口信息增加 协商速度、工作模式
增加客户端处理服务端下发-文件下载
增加客户端处理服务端下发-执行命令
2025-08-29 11:21:07 +08:00

27 lines
577 B
YAML

server:
port: 9018
servlet:
context-path: /agent-server
# 接口文档配置
knife4j:
enable: true
production: false # 开启屏蔽文档资源
# 日志配置
logging:
file:
path: /usr/local/tongran/logs
# path: /data/agent-server/logs
netty:
server:
host: 172.16.15.103
# host: 127.0.0.1
port: 6610
client:
client-id: client-001
reconnect-interval: 5
maxReconnectAttempts: 10 # 最大重连次数
initialReconnectDelay: 1000 # 初始重连延迟(毫秒)
maxReconnectDelay: 30000 # 最大重连延迟(毫秒)