@@ -4,9 +4,9 @@ spring: | |||||
include: rabbitMQ | include: rabbitMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true&allowMultiQueries=true | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true&allowMultiQueries=true | |||||
username: root | username: root | ||||
password: fm2020test | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -86,7 +86,7 @@ spring: | |||||
retry-times-when-send-failed: 2 | retry-times-when-send-failed: 2 | ||||
# RABBITMQ | # RABBITMQ | ||||
rabbitmq: | rabbitmq: | ||||
host: 101.200.130.134 | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: fumao | username: fumao | ||||
password: f9l98 | password: f9l98 | ||||
@@ -3,9 +3,9 @@ spring: | |||||
include: aliyunRocketMQ | include: aliyunRocketMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true&allowMultiQueries=true | |||||
username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) | |||||
password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true&allowMultiQueries=true | |||||
username: root | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -24,9 +24,9 @@ spring: | |||||
connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=60000" | connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=60000" | ||||
# REDIS | # REDIS | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 1 | database: 1 | ||||
@@ -71,7 +71,7 @@ spring: | |||||
class: javax.net.ssl.SSLSocketFactory | class: javax.net.ssl.SSLSocketFactory | ||||
# RABBITMQ | # RABBITMQ | ||||
rabbitmq: | rabbitmq: | ||||
host: localhost | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | ||||
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | ||||
@@ -104,9 +104,9 @@ wechat: | |||||
componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | ||||
componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 2 | database: 2 | ||||
@@ -4,9 +4,9 @@ spring: | |||||
include: rabbitMQ | include: rabbitMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true | |||||
username: root | username: root | ||||
password: fm2020test | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -85,7 +85,7 @@ spring: | |||||
retry-times-when-send-failed: 2 | retry-times-when-send-failed: 2 | ||||
# RABBITMQ | # RABBITMQ | ||||
rabbitmq: | rabbitmq: | ||||
host: 101.200.130.134 | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: fumao | username: fumao | ||||
password: f9l98 | password: f9l98 | ||||
@@ -3,9 +3,9 @@ spring: | |||||
include: aliyunRocketMQ | include: aliyunRocketMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true | |||||
username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) | |||||
password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true | |||||
username: root | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -23,9 +23,9 @@ spring: | |||||
maxOpenPreparedStatements: 20 | maxOpenPreparedStatements: 20 | ||||
# REDIS | # REDIS | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 1 | database: 1 | ||||
@@ -70,7 +70,7 @@ spring: | |||||
class: javax.net.ssl.SSLSocketFactory | class: javax.net.ssl.SSLSocketFactory | ||||
# RABBITMQ | # RABBITMQ | ||||
rabbitmq: | rabbitmq: | ||||
host: localhost | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | ||||
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | ||||
@@ -95,9 +95,9 @@ wechat: | |||||
componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | ||||
componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 2 | database: 2 | ||||
@@ -4,9 +4,9 @@ spring: | |||||
include: rabbitMQ | include: rabbitMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true | |||||
username: root | username: root | ||||
password: fm2020test | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -86,7 +86,7 @@ spring: | |||||
retry-times-when-send-failed: 2 | retry-times-when-send-failed: 2 | ||||
# RABBITMQ | # RABBITMQ | ||||
rabbitmq: | rabbitmq: | ||||
host: 101.200.130.134 | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: fumao | username: fumao | ||||
password: f9l98 | password: f9l98 | ||||
@@ -3,9 +3,9 @@ spring: | |||||
include: aliyunRocketMQ | include: aliyunRocketMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true | |||||
username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) | |||||
password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true | |||||
username: root | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -24,9 +24,9 @@ spring: | |||||
connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" | connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" | ||||
# REDIS | # REDIS | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 1 | database: 1 | ||||
@@ -71,7 +71,7 @@ spring: | |||||
class: javax.net.ssl.SSLSocketFactory | class: javax.net.ssl.SSLSocketFactory | ||||
# RABBITMQ | # RABBITMQ | ||||
rabbitmq: | rabbitmq: | ||||
host: localhost | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | ||||
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | ||||
@@ -100,9 +100,9 @@ wechat: | |||||
componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | ||||
componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 2 | database: 2 | ||||
@@ -4,9 +4,9 @@ spring: | |||||
include: rabbitMQ | include: rabbitMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true | |||||
username: root | username: root | ||||
password: fm2020test | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -3,9 +3,9 @@ spring: | |||||
include: aliyunRocketMQ | include: aliyunRocketMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true | |||||
username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) | |||||
password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true | |||||
username: root | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -24,9 +24,9 @@ spring: | |||||
connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" | connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" | ||||
# REDIS | # REDIS | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 1 | database: 1 | ||||
@@ -70,7 +70,7 @@ spring: | |||||
class: javax.net.ssl.SSLSocketFactory | class: javax.net.ssl.SSLSocketFactory | ||||
# RABBITMQ | # RABBITMQ | ||||
rabbitmq: | rabbitmq: | ||||
host: localhost | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | ||||
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | ||||
@@ -95,9 +95,9 @@ wechat: | |||||
componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | ||||
componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 2 | database: 2 | ||||
@@ -4,9 +4,9 @@ spring: | |||||
include: rabbitMQ | include: rabbitMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true | |||||
username: root | username: root | ||||
password: fm2020test | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -85,7 +85,7 @@ spring: | |||||
retry-another-broker-when-not-store-ok: false | retry-another-broker-when-not-store-ok: false | ||||
retry-times-when-send-failed: 2 | retry-times-when-send-failed: 2 | ||||
rabbitmq: | rabbitmq: | ||||
host: 101.200.130.134 | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: fumao | username: fumao | ||||
password: f9l98 | password: f9l98 | ||||
@@ -3,9 +3,9 @@ spring: | |||||
include: aliyunRocketMQ | include: aliyunRocketMQ | ||||
# JDBC | # JDBC | ||||
datasource: | datasource: | ||||
url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true | |||||
username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) | |||||
password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) | |||||
url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true | |||||
username: root | |||||
password: sm2023@ms | |||||
type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
driver-class-name: com.mysql.cj.jdbc.Driver | driver-class-name: com.mysql.cj.jdbc.Driver | ||||
filters: stat | filters: stat | ||||
@@ -24,9 +24,9 @@ spring: | |||||
connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" | connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" | ||||
# REDIS | # REDIS | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 1 | database: 1 | ||||
@@ -70,7 +70,7 @@ spring: | |||||
class: javax.net.ssl.SSLSocketFactory | class: javax.net.ssl.SSLSocketFactory | ||||
# RABBITMQ | # RABBITMQ | ||||
rabbitmq: | rabbitmq: | ||||
host: localhost | |||||
host: 127.0.0.1 | |||||
port: 5672 | port: 5672 | ||||
username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) | ||||
password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) | ||||
@@ -95,9 +95,9 @@ wechat: | |||||
componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) | ||||
componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) | ||||
redis: | redis: | ||||
host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com | |||||
host: 101.200.130.134 | |||||
port: 6379 | port: 6379 | ||||
password: mallone:iF0rm@2l2ol9 | |||||
password: iF0rm@2l2ol9 | |||||
timeout: 3600 | timeout: 3600 | ||||
expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
database: 2 | database: 2 | ||||