提交 0eeb4b3a authored 作者: YunaiV's avatar YunaiV

修改 Redis,连接服务器上的

上级 9fb182e2
...@@ -6,6 +6,12 @@ spring: ...@@ -6,6 +6,12 @@ spring:
username: root username: root
password: 3WLiVUBEwTbvAfsh password: 3WLiVUBEwTbvAfsh
# Redis 配置
redis:
host: 400-infra.server.iocoder.cn
port: 6379
database: 0
# Spring Cloud 配置项 # Spring Cloud 配置项
cloud: cloud:
nacos: nacos:
......
...@@ -8,7 +8,7 @@ spring: ...@@ -8,7 +8,7 @@ spring:
# Redis 配置 # Redis 配置
redis: redis:
host: 127.0.0.1 host: 400-infra.server.iocoder.cn
port: 6379 port: 6379
database: 0 database: 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论