From 694739cdbc206517247c205f44cec2f345147f78 Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期二, 06 六月 2023 12:14:45 +0800
Subject: [PATCH] 更新代码

---
 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..e0a7eaf 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: 0.0.0.0
   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