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 0706e45  Updated Dubbo Admin configuration (markdown)
0706e45 is described below

commit 0706e4540de0c7474ea048a5b34256f0e43c7298
Author: min <[email protected]>
AuthorDate: Wed Jul 24 16:23:42 2019 +0800

    Updated Dubbo Admin configuration (markdown)
---
 Dubbo-Admin-configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dubbo-Admin-configuration.md b/Dubbo-Admin-configuration.md
index a29ebec..4de9294 100644
--- a/Dubbo-Admin-configuration.md
+++ b/Dubbo-Admin-configuration.md
@@ -1,6 +1,6 @@
 
[中文说明](https://github.com/apache/incubator-dubbo-ops/wiki/Dubbo-Admin%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E)
    
 configurations in `application.properties`  
-* dubbo.configcenter
+* admin.config-center
   * recommanded, the address of configuration center: 
`admin.config-center="zookeeper://127.0.0.1:2181`
   * the address of registry center and metadata center need to be configured 
in configuration center
   * zookeeper  
@@ -10,6 +10,6 @@ configurations in `application.properties`
     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
    * not recommanded, the address of registry center: 
`admin.registry.address="zookeeper://127.0.0.1:2181"`
    * if this configuration is applied instead of `dubbo.configcenter`,  both 
registry and configuration centers will use the above address in Dubbo Admin, 
in which case the metadata center will not be actived. Thus, some features, 
like the service test, are not available anymore.
\ No newline at end of file

Reply via email to