修改 Redis,连接服务器上的

master
YunaiV 5 years ago
parent 9fb182e21a
commit 0eeb4b3add

@ -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:
# Redis 配置 # Redis 配置
redis: redis:
host: 127.0.0.1 host: 400-infra.server.iocoder.cn
port: 6379 port: 6379
database: 0 database: 0

Loading…
Cancel
Save