This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new 4681a54 Update README_ZH.md
4681a54 is described below
commit 4681a54302ebe15621fceb5947bc9d3d194af4e5
Author: min <[email protected]>
AuthorDate: Sat May 18 21:14:14 2019 +0800
Update README_ZH.md
---
README_ZH.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_ZH.md b/README_ZH.md
index 2fbbbb3..4c31157 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -29,7 +29,7 @@
### 生产环境配置
1. 下载代码: `git clone https://github.com/apache/incubator-dubbo-admin.git`
-2. 在
`dubbo-admin-server/src/main/resources/application-production.properties`中指定注册中心地址
+2. 在 `dubbo-admin-server/src/main/resources/application.properties`中指定注册中心地址
3. 构建
> - `mvn clean package`