Quellcode durchsuchen

提交:配置文件

yangdamao vor 3 Jahren
Ursprung
Commit
9656c77fe1

+ 3 - 0
zhongzheng-api/src/main/resources/application-dev.yml

@@ -7,6 +7,7 @@ spring:
             # 主库数据源
             master:
                 url: jdbc:mysql://192.168.1.222:3306/zz_edu_saas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
+#                url: jdbc:mysql://192.168.1.222:3306/zz_edu_saas_pre?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
                 username: root
                 password: zhongzheng2021
             # 从库数据源
@@ -116,6 +117,8 @@ wx:
 certificate:
     host: http://192.168.1.38:8000/
 
+liveGotoURL: http://120.79.166.78:19014/
+
 officialPush:
     infoPath: http://jypt-dev.gdcic.net/organjxjy/ShangBaoMingdan
     periodPath: http://jypt-dev.gdcic.net/organjxjy/XueshiShenqing

+ 2 - 0
zhongzheng-api/src/main/resources/application-pre.yml

@@ -116,6 +116,8 @@ wx:
 certificate:
     host: http://192.168.1.38:8000/
 
+liveGotoURL: http://120.79.166.78:19010/
+
 officialPush:
     infoPath: http://jypt-dev.gdcic.net/organjxjy/ShangBaoMingdan
     periodPath: http://jypt-dev.gdcic.net/organjxjy/XueshiShenqing

+ 2 - 0
zhongzheng-api/src/main/resources/application-prod.yml

@@ -128,6 +128,8 @@ wx:
 certificate:
     host: https://m.xyyxt.net/
 
+liveGotoURL: https://web.xyyxt.net/
+
 officialPush:
     infoPath: http://jypt-dev.gdcic.net/organjxjy/ShangBaoMingdan
     periodPath: http://jypt-dev.gdcic.net/organjxjy/XueshiShenqing