Files
agent-server/src/main/resources/application-dev.yml
T

27 lines
577 B
YAML
Raw Normal View History

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