|
|
@@ -3,7 +3,7 @@ spring: |
|
|
|
include: rabbitMQ |
|
|
|
# JDBC |
|
|
|
datasource: |
|
|
|
url: jdbc:mysql://202.165.179.86:3306/mallink_phone?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true |
|
|
|
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true |
|
|
|
username: root |
|
|
|
password: fm2020test |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
@@ -27,7 +27,7 @@ spring: |
|
|
|
|
|
|
|
# REDIS |
|
|
|
redis: |
|
|
|
host: 202.165.179.86 |
|
|
|
host: 101.200.130.134 |
|
|
|
port: 6379 |
|
|
|
password: iF0rm@2l2ol9 |
|
|
|
timeout: 3600 |
|
|
@@ -92,7 +92,7 @@ wechat: |
|
|
|
componentToken: formall2018 |
|
|
|
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN |
|
|
|
redis: |
|
|
|
host: 202.165.179.86 |
|
|
|
host: 101.200.130.134 |
|
|
|
port: 6379 |
|
|
|
password: iF0rm@2l2ol9 |
|
|
|
timeout: 3600 |
|
|
|