From 9cdaf85171ecc701b91280357e80c9546ccfbfec Mon Sep 17 00:00:00 2001 From: weihongyang <1075331873@qq.com> Date: Tue, 21 Jun 2022 09:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9redis=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ym-gateway/src/main/resources/application.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ym-gateway/src/main/resources/application.yml b/ym-gateway/src/main/resources/application.yml index 84fb44c..b7b57ce 100644 --- a/ym-gateway/src/main/resources/application.yml +++ b/ym-gateway/src/main/resources/application.yml @@ -30,10 +30,10 @@ spring: max-request-size: 100MB enabled: true redis: - database: 0 - host: 124.221.241.144 - port: 6379 - password: why123456 # 密码(默认为空) + database: 5 + host: redis.picaiba.com + port: 6380 + password: # 密码(默认为空) timeout: 6000ms # 连接超时时长(毫秒) jedis: pool: