Commit 73e9daaa authored by 耿迪迪's avatar 耿迪迪

redis项目配置修改 gengdidi

parent 14227427
......@@ -73,13 +73,13 @@ spring:
# redis 配置
redis:
# 地址
host: 36.138.181.113
host: 127.0.0.1
# 端口,默认为6379
port: 6379
port: 6378
# 数据库索引
database: 1
# 密码
password: 1qaz2wsx3edc
password: Redis@2021
# 连接超时时间
timeout: 10s
lettuce:
......
......@@ -73,13 +73,13 @@ spring:
# redis 配置
redis:
# 地址
host: 36.138.181.113
host: 127.0.0.1
# 端口,默认为6379
port: 6379
port: 6378
# 数据库索引
database: 0
# 密码
password:
password: Redis@2021
# 连接超时时间
timeout: 10s
lettuce:
......
......@@ -73,13 +73,13 @@ spring:
# redis 配置
redis:
# 地址
host: 36.138.181.113
host: 127.0.0.1
# 端口,默认为6379
port: 6379
port: 6378
# 数据库索引
database: 0
# 密码
password: 1qaz2wsx3edc
password: Redis@2021
# 连接超时时间
timeout: 10s
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