设置 Redis密码并更新主机地址

- 将 Redis 主机地址从 localhost 修改为 127.0.0.1- 设置 Redis 密码为123456,取消注释
master
zch 4 weeks ago
parent 35894f9771
commit f7a652b9d0

@ -80,13 +80,13 @@ spring:
# redis 配置
redis:
# 地址
host: localhost
host: 127.0.0.1
# 端口默认为6379
port: 6379
# 数据库索引
database: 7
# 密码
# password: 123456
password: 123456
# 连接超时时间
timeout: 30s
lettuce:

Loading…
Cancel
Save