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

commit e73b194d034e7a0542edfd5b085f1e2ddce08909
Author: min <[email protected]>
AuthorDate: Wed Jul 24 16:21:18 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 b098d90..a29ebec 100644
--- a/Dubbo-Admin-configuration.md
+++ b/Dubbo-Admin-configuration.md
@@ -1,7 +1,7 @@
 
[中文说明](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
-  * recommanded, the address of configuration center: 
`dubbo.configcenter="zookeeper://127.0.0.1:2181`
+  * 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  
     * path: `/dubbo/config/dubbo/dubbo.properties`
@@ -11,5 +11,5 @@ configurations in `application.properties`
     dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
     ```
  * dubbo.registry.address
-   * not recommanded, the address of registry center: 
`dubbo.registry.address="zookeeper://127.0.0.1:2181"`
+   * 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