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


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

commit 7812f02d8f57577d5ff77a825a49263a062d3a7d
Author: min <[email protected]>
AuthorDate: Fri Jan 4 10:58:32 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 d0641a7..8ca65ec 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,9 +1,9 @@
 `application.properties`配置项说明    
 * dubbo.configcenter
-  * 推荐使用,配置中心地址,比如dubbo.configcenter="zookeeper://127.0.0.1:2181"
+  * 推荐使用,配置中心地址,比如`dubbo.configcenter="zookeeper://127.0.0.1:2181"`
   * 需要在配置中心中,配置注册中心和元数据中心地址配置格式如下:
   * zookeeper
-    * path: /dubbo/config/dubbo/dubbo.properties
+    * path: `/dubbo/config/dubbo/dubbo.properties`
     * content: 
       ```properties
       dubbo.registry.address=zookeeper://127.0.0.1:2181

Reply via email to