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/dubbo-admin.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 782cf43  Updated Dubbo Admin配置说明 (markdown)
782cf43 is described below

commit 782cf43c88f0187d0c112d56d6b0171eb5d67d5a
Author: min <[email protected]>
AuthorDate: Wed Jul 24 16:23:20 2019 +0800

    Updated Dubbo Admin配置说明 (markdown)
---
 "Dubbo-Admin\351\205\215\347\275\256\350\257\264\346\230\216.md" | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"
index 5a31ebd..591c7b4 100644
--- "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"
@@ -1,6 +1,6 @@
 [English 
Version](https://github.com/apache/incubator-dubbo-ops/wiki/Dubbo-Admin-configuration)
    
 `application.properties`配置项说明    
-* dubbo.configcenter
+* admin.config-center
   * 推荐使用,配置中心地址,比如`admin.config-center="zookeeper://127.0.0.1:2181"`
   * 需要在配置中心中,配置注册中心和元数据中心地址配置格式如下:
   * zookeeper
@@ -10,6 +10,6 @@
       dubbo.registry.address=zookeeper://127.0.0.1:2181
       dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
       ```
-* dubbo.registry.address 
+* admin.registry.address 
   * 不推荐使用,老版本的配置中心地址,比如:`admin.registry.address="zookeeper://127.0.0.1:2181"`
   * 如使用该配置,Dubbo Admin会将其作为注册中心和配置中心使用,元数据中心将无法使用,会影响服务测试等功能。
\ No newline at end of file

Reply via email to