From f05383c46370ec8c4f4b8b8165ffab3769dd06a2 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Wed, 19 Jun 2024 14:19:09 +0800
Subject: [PATCH] fix:路段定时任务提交

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

diff --git a/screen-manage/src/main/resources/application-qa.yml b/screen-manage/src/main/resources/application-qa.yml
index d7ed599..74fe56e 100644
--- a/screen-manage/src/main/resources/application-qa.yml
+++ b/screen-manage/src/main/resources/application-qa.yml
@@ -18,7 +18,7 @@
   application:
     name: screen-manage
   redis:
-      host: r-bp1hez4g7rkqjswpaypd1.redis.rds.aliyuncs.com
+      host: r-bp1hez4g7rkqjswpay158.redis.rds.aliyuncs.com
       port: 6379
       password: moral_123456
       timeout: 30000
@@ -35,7 +35,7 @@
           max-wait: 30000
           min-idle: 32
   tokenRedis:
-    host: r-bp1hez4g7rkqjswpaypd1.redis.rds.aliyuncs.com
+    host: r-bp1hez4g7rkqjswpay158.redis.rds.aliyuncs.com
     port: 6379
     password: moral_123456
     timeout: 30000

--
Gitblit v1.8.0