redis 密码线上要password
This commit is contained in:
parent
546b7b9262
commit
82c7755f87
|
|
@ -3,8 +3,9 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
redis:
|
redis:
|
||||||
#host: 172.27.181.247
|
host: 172.27.181.247
|
||||||
host: 127.0.0.1
|
password: gzQdzRedis
|
||||||
|
#host: 127.0.0.1
|
||||||
# 进入哨兵项目-这个端口就不用了,除非是单体
|
# 进入哨兵项目-这个端口就不用了,除非是单体
|
||||||
port: 8011
|
port: 8011
|
||||||
# sentinel:
|
# sentinel:
|
||||||
|
|
@ -17,7 +18,6 @@ spring:
|
||||||
min-idle: 0
|
min-idle: 0
|
||||||
max-wait: 100
|
max-wait: 100
|
||||||
shutdown-timeout: 50000
|
shutdown-timeout: 50000
|
||||||
Auth: gzQdzRedis
|
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user