Skip to content

Commit 69a8e14

Browse files
更新 application.yml 中的 Redis 配置,将主机地址更改为 localhost,并使用环境变量替代密码,以增强安全性。
1 parent 813a73e commit 69a8e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ai-alibaba-deepresearch/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ spring:
66
# Redis 配置
77
data:
88
redis:
9-
host: 10.10.3.131
9+
host: localhost
1010
port: 6379
11-
password: difyai123456
11+
password: ${REDIS-PASSWORD}
1212
timeout: 3000 # 连接超时时间(毫秒)
1313
lettuce:
1414
pool:

0 commit comments

Comments
 (0)