From b9c81c4ea353df7e019820f4b31fbe0dec780d0a Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Thu, 21 May 2026 17:30:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9dev=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application-dev.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yudao-server/src/main/resources/application-dev.yaml b/yudao-server/src/main/resources/application-dev.yaml index d94836dd0..5ac80ed16 100644 --- a/yudao-server/src/main/resources/application-dev.yaml +++ b/yudao-server/src/main/resources/application-dev.yaml @@ -77,11 +77,11 @@ spring: # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 redis: - host: 47.106.185.127 # 地址 - port: 6379 # 端口 + host: ngsk.tech # 地址 + port: 36378 # 端口 database: 0 # 数据库索引 #password: bkcaydy8ydhZZnS2 # 密码,建议生产环境开启 - password: BstPwd258 + password: ngsk0809 --- #################### 定时任务相关配置 ####################