You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2019/07/24 08:22:39 UTC

[dubbo-admin.wiki] branch master updated: Updated Dubbo Admin配置说明 (markdown)

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 b2205b8  Updated Dubbo Admin配置说明 (markdown)
b2205b8 is described below

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