update ruoyi-admin/src/main/resources/application.yml.
Signed-off-by: 尤菲 <16424171+Y_F_L_Y@user.noreply.gitee.com>pull/1112/head
parent
a5adee3c5f
commit
d1c036bf79
|
|
@ -68,13 +68,13 @@ spring:
|
||||||
# redis 配置
|
# redis 配置
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: localhost
|
host: 192.168.111.132
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 0
|
database: 0
|
||||||
# 密码
|
# 密码
|
||||||
password:
|
password: NewStrongPassword123!
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue