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

liujun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f3826c2  Correct word separator to '-' (#417)
f3826c2 is described below

commit f3826c20e2d311b9950f3f34f36ce868b1c91ccb
Author: ken.lj <ken.lj...@gmail.com>
AuthorDate: Thu Jun 27 16:29:45 2019 +0800

    Correct word separator to '-' (#417)
---
 docs/zh-cn/user/configuration/config-center.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh-cn/user/configuration/config-center.md 
b/docs/zh-cn/user/configuration/config-center.md
index ca5af6a..db5c419 100644
--- a/docs/zh-cn/user/configuration/config-center.md
+++ b/docs/zh-cn/user/configuration/config-center.md
@@ -40,7 +40,7 @@ configCenter.setAddress("zookeeper://127.0.0.1:2181");
 dubbo.registry.address=zookeeper://127.0.0.1:2181
 dubbo.registry.simplified=true
 
-dubbo.metadataReport.address=zookeeper://127.0.0.1:2181
+dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
 
 dubbo.protocol.name=dubbo
 dubbo.protocol.port=20880
@@ -54,7 +54,7 @@ dubbo.application.qos.port=33333
 
外部化配置默认较本地配置有更高的优先级,因此这里配置的内容会覆盖本地配置值,关于[各配置形式间的覆盖关系](./configuration-load-process.md)有单独一章说明,你也可通过以下选项调整配置中心的优先级:
 
   ```properties
-  -Ddubbo.configCenter.highestPriority=false
+  -Ddubbo.config-center.highest-priority=false
   ```
 
 - 作用域

Reply via email to