You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/06/09 10:45:16 UTC

[dubbo-website] branch master updated: Update admin-console.md (#822)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3158a4d  Update admin-console.md (#822)
3158a4d is described below

commit 3158a4d097edbaab716052a23437ccdd025fb457
Author: 陈亿强 <ka...@qq.com>
AuthorDate: Wed Jun 9 18:45:09 2021 +0800

    Update admin-console.md (#822)
---
 content/zh/docs/v2.7/admin/install/admin-console.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs/v2.7/admin/install/admin-console.md b/content/zh/docs/v2.7/admin/install/admin-console.md
index 5515d8f..6295761 100644
--- a/content/zh/docs/v2.7/admin/install/admin-console.md
+++ b/content/zh/docs/v2.7/admin/install/admin-console.md
@@ -19,9 +19,11 @@ mvn clean package
 
 ```sh
 配置文件为:
-dubbo-admin-backend/src/main/resources/application.properties
+dubbo-admin-server/src/main/resources/application.properties
 主要的配置有:
-dubbo.registry.address=zookeeper://127.0.0.1:2181
+admin.registry.address=zookeeper://127.0.0.1:2181
+admin.config-center=zookeeper://127.0.0.1:2181
+admin.metadata-report.address=zookeeper://127.0.0.1:2181
 ```
 
 启动: