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 e42b07c Updated Dubbo Admin configuration (markdown)
e42b07c is described below
commit e42b07cec09b4f027310d731fa5d14368e591da4
Author: min <[email protected]>
AuthorDate: Mon Jan 7 15:00:16 2019 +0800
Updated Dubbo Admin configuration (markdown)
---
Dubbo-Admin-configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dubbo-Admin-configuration.md b/Dubbo-Admin-configuration.md
index 1c43503..e81a745 100644
--- a/Dubbo-Admin-configuration.md
+++ b/Dubbo-Admin-configuration.md
@@ -8,7 +8,7 @@ configurations in `application.properties`
* content:
```properties
dubbo.registry.address=zookeeper://127.0.0.1:2181
- dubbo.metadataReport.address=zookeeper://127.0.0.1:2181
+ 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"`