redis 密码线上要password

This commit is contained in:
79493 2023-05-19 18:15:43 +08:00
parent 546b7b9262
commit 82c7755f87

View File

@ -3,8 +3,9 @@ server:
spring:
redis:
#host: 172.27.181.247
host: 127.0.0.1
host: 172.27.181.247
password: gzQdzRedis
#host: 127.0.0.1
# 进入哨兵项目-这个端口就不用了,除非是单体
port: 8011
# sentinel:
@ -17,7 +18,6 @@ spring:
min-idle: 0
max-wait: 100
shutdown-timeout: 50000
Auth: gzQdzRedis
servlet:
multipart:
enabled: true