From 289c94657278daacf601e379549c519d8f6e8d5a Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Mon, 10 Jul 2023 09:54:58 +0800
Subject: [PATCH] feature:补充天数据

---
 screen-api/src/main/resources/application-dev.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/screen-api/src/main/resources/application-dev.yml b/screen-api/src/main/resources/application-dev.yml
index 444ee90..44d60b5 100644
--- a/screen-api/src/main/resources/application-dev.yml
+++ b/screen-api/src/main/resources/application-dev.yml
@@ -17,7 +17,7 @@
   application:
     name: screen-api
   redis:
-    host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com
+    host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com
     port: 6379
     password: moral_123456
     timeout: 30000
@@ -34,7 +34,7 @@
         max-wait: 30000
         min-idle: 32
   tokenRedis:
-    host: r-bp1hez4g7rkqjswpay1.redis.rds.aliyuncs.com
+    host: r-bp1xdlb9wfc6zt0msp.redis.rds.aliyuncs.com
     port: 6379
     password: moral_123456
     timeout: 30000

--
Gitblit v1.8.0