|
|
|
@ -4,14 +4,14 @@ spring: |
|
|
|
|
nacos: |
|
|
|
|
config: |
|
|
|
|
# Nacos config 地址 |
|
|
|
|
server-addr: 172.31.36.143:33000 |
|
|
|
|
#server-addr: 172.31.36.147:33000 |
|
|
|
|
# server-addr: 172.31.36.143:33000 |
|
|
|
|
server-addr: 172.31.36.146:33000 |
|
|
|
|
# Nacos config 命名空间,对应配置中的名称(sims_order_namespace) |
|
|
|
|
namespace: a049b41c-b0a8-4a66-91b1-f3f3cab0e524 |
|
|
|
|
# Nacos config 分组 |
|
|
|
|
group: sims-order-config |
|
|
|
|
# Nacos config 登录用户名 |
|
|
|
|
username: nacos |
|
|
|
|
username: admin |
|
|
|
|
# Nacos config 登录密码 |
|
|
|
|
password: Invoice.nacos.!1 |
|
|
|
|
# Nacos config 配置文件前缀 |
|
|
|
@ -54,7 +54,7 @@ spring: |
|
|
|
|
# Nacos discovery 配置 |
|
|
|
|
discovery: |
|
|
|
|
# Nacos discovery 服务地址 |
|
|
|
|
server-addr: 172.31.36.143:33000 |
|
|
|
|
server-addr: 172.31.36.146:33000 |
|
|
|
|
#Nacos config 命名空间,对应配置中的名称(sims_order_namespace) |
|
|
|
|
namespace: ${spring.cloud.nacos.config.namespace} |
|
|
|
|
# Nacos config 登录用户名 |
|
|
|
|