From e78a221c620934234347f4e33737515f376dfa0d Mon Sep 17 00:00:00 2001 From: qqkj Date: Thu, 31 Dec 2020 00:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90=E6=8E=A7?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xm-starter/src/main/resources/application-m1prod.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xm-starter/src/main/resources/application-m1prod.properties b/xm-starter/src/main/resources/application-m1prod.properties index ffd4b114..1af80ebd 100644 --- a/xm-starter/src/main/resources/application-m1prod.properties +++ b/xm-starter/src/main/resources/application-m1prod.properties @@ -83,7 +83,7 @@ mdp.sms.app-secret=4b0659a2ee8ba4e54a570515fda94aef # Redis数据库索引(默认为0) spring.redis.database=0 # Redis服务器地址 -spring.redis.host=134.175.57.249 +spring.redis.host=172.16.16.16 # Redis服务器连接端口 spring.redis.port=6379 # Redis服务器连接密码(默认为空)