| @@ -3,7 +3,7 @@ spring: | |||||
| include: rabbitMQ | include: rabbitMQ | ||||
| # JDBC | # JDBC | ||||
| datasource: | 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 | username: root | ||||
| password: fm2020test | password: fm2020test | ||||
| type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
| @@ -27,7 +27,7 @@ spring: | |||||
| # REDIS | # REDIS | ||||
| redis: | redis: | ||||
| host: 202.165.179.86 | |||||
| host: 101.200.130.134 | |||||
| port: 6379 | port: 6379 | ||||
| password: iF0rm@2l2ol9 | password: iF0rm@2l2ol9 | ||||
| timeout: 3600 | timeout: 3600 | ||||
| @@ -92,7 +92,7 @@ wechat: | |||||
| componentToken: formall2018 | componentToken: formall2018 | ||||
| componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN | componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN | ||||
| redis: | redis: | ||||
| host: 202.165.179.86 | |||||
| host: 101.200.130.134 | |||||
| port: 6379 | port: 6379 | ||||
| password: iF0rm@2l2ol9 | password: iF0rm@2l2ol9 | ||||
| timeout: 3600 | timeout: 3600 | ||||