Skip to content

Commit

Permalink
dubbo-demo-xml-consumer use correct metadata-report address (apache#9511
Browse files Browse the repository at this point in the history
)
  • Loading branch information
liufarui authored Jan 23, 2022
1 parent 6c75300 commit 322a49e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dubbo:parameter key="enable-auto-migration" value="true"/>
</dubbo:application>

<dubbo:metadata-report address="zookeeper://127.0.1:2181"/>
<dubbo:metadata-report address="zookeeper://127.0.0.1:2181"/>

<dubbo:registry address="zookeeper://127.0.0.1:2181"/>

Expand Down

0 comments on commit 322a49e

Please sign in to comment.