소스 검색

更新 'config-repo/weixin-server-dev.yml'

sinosoft 4 년 전
부모
커밋
aadeb4813b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      config-repo/weixin-server-dev.yml

+ 2 - 2
config-repo/weixin-server-dev.yml

@@ -12,7 +12,7 @@ wechat:
   redis:      #redis 配置
     database: 0
     password: Cs123456
-    host: 192.168.1.210
+    host: 172.16.88.235
     port: 6379
 
 #spring
@@ -30,7 +30,7 @@ spring:
         primary: master
         datasource:
           master:
-            url: jdbc:mysql://172.18.74.114:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
+            url: jdbc:mysql://172.16.88.235:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
             username: root
             password: admin01
             max-idle: 10