apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
4k stars 2.17k forks source link

dubbo-admin如何配置nacos,不用zk? #492

Closed imgoby closed 5 years ago

kexianjun commented 5 years ago

config your application.properties file like the following

admin.registry.address=nacos://10.0.10.44:8848
admin.config-center=nacos://10.0.10.44:8848
admin.metadata-report.address=nacos://10.0.10.44:8848
kexianjun commented 5 years ago

closed, feel free to reopen if you still have problem about how to config nacos