初始化
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
server:
|
||||
port: 9018
|
||||
servlet:
|
||||
context-path: /agent-server
|
||||
|
||||
# 接口文档配置
|
||||
knife4j:
|
||||
enable: true
|
||||
production: false # 开启屏蔽文档资源
|
||||
|
||||
# 日志配置
|
||||
logging:
|
||||
file:
|
||||
path: /data/agent-server/logs
|
||||
|
||||
netty:
|
||||
server:
|
||||
host: 127.0.0.1
|
||||
port: 6610
|
||||
client:
|
||||
client-id: client-001
|
||||
reconnect-interval: 5
|
||||
maxReconnectAttempts: 10 # 最大重连次数
|
||||
initialReconnectDelay: 1000 # 初始重连延迟(毫秒)
|
||||
maxReconnectDelay: 30000 # 最大重连延迟(毫秒)
|
||||
Reference in New Issue
Block a user