Commit 07d88822 by henry

修改nacos配置文件

1 parent b545e6d1
server:
port: 19000
nacos:
server-addr: 192.168.0.210:18848
server-addr: 192.168.0.200:18848
username: nacos
password: nacos
namespace: ${NAMESPACE:public}
namespace: ${NAMESPACE:arch}
file-extension: yaml
spring:
cloud:
......
server:
port: 17003
nacos:
server-addr: 192.168.0.210:18848
server-addr: 192.168.0.200:18848
username: nacos
password: nacos
namespace: ${NAMESPACE:public}
namespace: ${NAMESPACE:arch}
file-extension: yaml
spring:
cloud:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!