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 2020/12/30 07:50:50 UTC

[dubbo-samples] branch master updated: set zookeeper.address for builtin zookeeper template (#197)

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 dbdfe5a  set zookeeper.address for builtin zookeeper template (#197)
dbdfe5a is described below

commit dbdfe5a25bfc7931938e87470c25a47844e3d8e1
Author: gongdewei <ky...@qq.com>
AuthorDate: Wed Dec 30 15:50:39 2020 +0800

    set zookeeper.address for builtin zookeeper template (#197)
---
 .../src/main/resources/configs/app-builtin-zookeeper.yml               | 3 +++
 1 file changed, 3 insertions(+)

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 436df2f..b764f5b 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
@@ -35,6 +35,9 @@ services:
     type: app
     basedir: .
     mainClass: ${main_class}
+    systemProps:
+      - zookeeper.address=127.0.0.1
+      - zookeeper.port=${zookeeper_port}
 #    checkPortsAfterRun:
 #      - ${zookeeper_port}
 #      - ${dubbo_port}


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