This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new c0a85fb  Created Dubbo admin配置说明 (markdown)
c0a85fb is described below

commit c0a85fb53a4239cc004b00ba32f29981d203cb78
Author: min <[email protected]>
AuthorDate: Fri Jan 4 10:55:24 2019 +0800

    Created Dubbo admin配置说明 (markdown)
---
 ...min\351\205\215\347\275\256\350\257\264\346\230\216.md" | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git "a/Dubbo-admin\351\205\215\347\275\256\350\257\264\346\230\216.md" 
"b/Dubbo-admin\351\205\215\347\275\256\350\257\264\346\230\216.md"
new file mode 100644
index 0000000..c68a3e7
--- /dev/null
+++ "b/Dubbo-admin\351\205\215\347\275\256\350\257\264\346\230\216.md"
@@ -0,0 +1,14 @@
+application.properties配置项说明    
+* dubbo.configcenter
+  * 推荐使用,配置中心地址,比如dubbo.configcenter="zookeeper://127.0.0.1:2181"
+  * 需要在配置中心中,配置注册中心和元数据中心地址配置格式如下:
+  * zookeeper
+    * path: /dubbo/config/dubbo/dubbo.properties
+    * content: 
+      ```properties
+      dubbo.registry.address=zookeeper://127.0.0.1:2181
+      dubbo.metadataReport.address=zookeeper://127.0.0.1:2181
+      ```
+* dubbo.registry.address 
+  * 不推荐使用,老版本的配置中心地址,比如:dubbo.registry.address="zookeeper://127.0.0.1:2181"
+  * 如使用该配置,Dubbo admin会将其作为注册中心和配置中心使用,元数据中心将无法使用,会影响服务测试等功能。
\ No newline at end of file

Reply via email to