迁移数据库地址,服务发现地址

This commit is contained in:
wuyibo
2023-04-04 15:23:07 +08:00
parent 9257f85200
commit f524ac2888
8 changed files with 18 additions and 18 deletions

View File

@@ -5,11 +5,11 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: 192.168.1.211:30006
server-addr: 10.0.1.91:30005
namespace: prod
config:
# 配置中心地址
server-addr: 192.168.1.211:30006
server-addr: 10.0.1.91:30005
# 配置文件格式
file-extension: yml
namespace: prod