ed2e1729 张雷

数据库地址修改

1 个父辈 37d54c8f
...@@ -89,7 +89,7 @@ spring: ...@@ -89,7 +89,7 @@ spring:
89 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 89 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
90 datasource: 90 datasource:
91 master: 91 master:
92 url: jdbc:mysql://113.249.91.27:3306/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false&connectTimeout=60000&socketTimeout=1800 92 url: jdbc:mysql://47.104.179.187:6003/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false&connectTimeout=60000&socketTimeout=1800
93 username: root 93 username: root
94 password: jkauto@123 94 password: jkauto@123
95 driver-class-name: com.mysql.jdbc.Driver 95 driver-class-name: com.mysql.jdbc.Driver
......
...@@ -89,14 +89,19 @@ spring: ...@@ -89,14 +89,19 @@ spring:
89 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 89 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
90 datasource: 90 datasource:
91 master: 91 master:
92 # url: jdbc:mysql://20.0.99.3:3306/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false&connectTimeout=60000&socketTimeout=1800 92 url: jdbc:mysql://113.249.91.27:3306/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false&connectTimeout=60000&socketTimeout=1800
93 url: jdbc:mysql://47.104.179.187:6003/sk-zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false&connectTimeout=60000&socketTimeout=1800 93 username: root
94 password: jkauto@123
95 driver-class-name: com.mysql.jdbc.Driver
96 # 恩菲数据同步
97 nf-db:
98 url: jdbc:mysql://113.249.91.27:3306/zhongye?characterEncoding=UTF-8&useUnicode=true&useSSL=false&connectTimeout=60000&socketTimeout=1800
94 username: root 99 username: root
95 password: jkauto@123 100 password: jkauto@123
96 driver-class-name: com.mysql.jdbc.Driver 101 driver-class-name: com.mysql.jdbc.Driver
97 # 多数据源配置 102 # 多数据源配置
98 pg-db: 103 pg-db:
99 url: jdbc:postgresql://20.0.99.4:10086/postgres?useUnicode=true&characterEncoding=UTF8 104 url: jdbc:postgresql://113.249.91.27:10086/postgres?useUnicode=true&characterEncoding=UTF8
100 username: postgres 105 username: postgres
101 password: jkauto@123 106 password: jkauto@123
102 driver-class-name: org.postgresql.Driver 107 driver-class-name: org.postgresql.Driver
...@@ -164,7 +169,7 @@ skua: ...@@ -164,7 +169,7 @@ skua:
164 #消息推送 169 #消息推送
165 push: 170 push:
166 #是否开启流程消息推送 171 #是否开启流程消息推送
167 process-enable: false 172 process-enable: true
168 mob: 173 mob:
169 appSecret: fd97aba79649a0322934a9c88bfceff3 174 appSecret: fd97aba79649a0322934a9c88bfceff3
170 appKey: 3a2653ad36727 175 appKey: 3a2653ad36727
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!