区分配置文件

This commit is contained in:
gaoyutao
2026-03-30 18:00:10 +08:00
parent 5e4ebf5c9c
commit e145974aad
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -17,7 +17,10 @@ logging:
netty: netty:
server: server:
host: 120.211.95.173 host: 120.211.95.173
#生产环境
port: 6620 port: 6620
#测试环境
#port: 56620
client: client:
client-id: client-001 client-id: client-001
reconnect-interval: 5 reconnect-interval: 5
+1 -1
View File
@@ -6,7 +6,7 @@ spring:
matching-strategy: ant_path_matcher matching-strategy: ant_path_matcher
application: application:
name: tr-agent-client name: tr-agent-client
version: 1.1.16 version: 1.1.19
conf-path: /usr/local/tongran/conf conf-path: /usr/local/tongran/conf
script-path: /usr/local/tongran/sbin script-path: /usr/local/tongran/sbin
tmp-path: /usr/local/tongran/tmp tmp-path: /usr/local/tongran/tmp