From f2d8a3a5c5aa55c26fd2f81acdd0ca4159dbbb70 Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Mon, 7 Sep 2020 16:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9redis=E4=B8=BA=E9=98=BF?= =?UTF-8?q?=E9=87=8C=E4=BA=91redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mlWechatOpen/src/main/resources/application-prod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mlWechatOpen/src/main/resources/application-prod.yml b/mlWechatOpen/src/main/resources/application-prod.yml index 75d6db4..4b14627 100644 --- a/mlWechatOpen/src/main/resources/application-prod.yml +++ b/mlWechatOpen/src/main/resources/application-prod.yml @@ -24,9 +24,9 @@ spring: connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" # REDIS redis: - host: 101.201.103.81 + host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com port: 6379 - password: ENC(KD+AiEPSefoV6aKm5qchSASXFGijMzHL) + password: mallone:iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 1 @@ -82,9 +82,9 @@ wechat: componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) redis: - host: 101.201.103.81 + host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com port: 6379 - password: ENC(KD+AiEPSefoV6aKm5qchSASXFGijMzHL) + password: mallone:iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 2