update ruoyi-admin/src/main/resources/application.yml.
This commit is contained in:
parent
dccb3ac6c6
commit
5e891a42c2
@ -62,13 +62,14 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: localhost
|
||||
host: 127.0.0.1
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码
|
||||
password:
|
||||
password:12345
|
||||
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
|
Loading…
x
Reference in New Issue
Block a user