Commit 4c5afa3a by jiang'yun

修改

parent c18e41b9
...@@ -68,13 +68,24 @@ spring: ...@@ -68,13 +68,24 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 192.168.31.167 # host: 192.168.31.167
# 端口,默认为6379 # 端口,默认为6379
port: 6379 # port: 6379
# 数据库索引 # 数据库索引
database: 6 database: 6
# 密码 # 密码
password: qianhe2024 host: 182.92.202.17
port: 7789
# 密码
password: qianheRedis2021
#host: 192.168.31.167
# 端口,默认为6379
# port: 6379
# password: qianhe2024
# host: 127.0.0.1
# port: 7789
# # # 密码
# password: qianheRedis2021
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment