You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by li...@apache.org on 2021/01/04 01:36:14 UTC

[dubbo-samples] branch master updated: fix builtin zookeeper address (#204)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 745d71b  fix builtin zookeeper address (#204)
745d71b is described below

commit 745d71b14886ba44d0ec820fc96b5859611f6f2e
Author: gongdewei <ky...@qq.com>
AuthorDate: Mon Jan 4 09:36:01 2021 +0800

    fix builtin zookeeper address (#204)
---
 .../src/main/resources/configs/app-builtin-zookeeper.yml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/dubbo-scenario-builder/src/main/resources/configs/app-builtin-zookeeper.yml b/test/dubbo-scenario-builder/src/main/resources/configs/app-builtin-zookeeper.yml
index b764f5b..3be4b72 100644
--- a/test/dubbo-scenario-builder/src/main/resources/configs/app-builtin-zookeeper.yml
+++ b/test/dubbo-scenario-builder/src/main/resources/configs/app-builtin-zookeeper.yml
@@ -36,7 +36,7 @@ services:
     basedir: .
     mainClass: ${main_class}
     systemProps:
-      - zookeeper.address=127.0.0.1
+      - zookeeper.address=${project_name}
       - zookeeper.port=${zookeeper_port}
 #    checkPortsAfterRun:
 #      - ${zookeeper_port}


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org