From 2ad213b923c4475efe7d76dfdcbb8323616a6a3a Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 08 六月 2023 14:30:37 +0800 Subject: [PATCH] fix 修改 util Cluster 根据ClusterId 保存并读取kube config --- build/apsServer/conf/config.yaml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/apsServer/conf/config.yaml b/build/apsServer/conf/config.yaml index 3f81704..143b2ba 100644 --- a/build/apsServer/conf/config.yaml +++ b/build/apsServer/conf/config.yaml @@ -1,20 +1,20 @@ web: port: 9081 host: 0.0.0.0 - aphost: 192.168.20.119 + aphost: 0.0.0.0 apport: 9091 alport: 9090 - alhost: 192.168.20.119 + alhost: 172.20.11.130 jwtSecret: lzhlmcl,yhblsqt. db: - dsn: root:c++java123@tcp(192.168.20.119:3306)/aps_server2?charset=utf8&parseTime=True&loc=Local + dsn: logMode: true maxIdleCon: 50 maxOpenCon: 200 connMaxLifeTimeSecond: 120 connMaxIdleTimeSecond: 3600 registry: - etcdAddr: 192.168.20.247:2379 + etcdAddr: 172.20.11.128:2379 keyPrefix: /aps/apsServer/node/ log: path: ./logs/aps-server.log -- Gitblit v1.8.0