You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2021/05/03 15:41:05 UTC

[incubator-streampipes] branch edge-extensions updated: [hotfix] add updated run configs

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

wiener pushed a commit to branch edge-extensions
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/edge-extensions by this push:
     new e4c427c  [hotfix] add updated run configs
e4c427c is described below

commit e4c427cb5231d27e4071ed4d37f6f6b9da41f0e5
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon May 3 17:40:56 2021 +0200

    [hotfix] add updated run configs
---
 .idea/runConfigurations/node_controller_edge_01.xml | 1 +
 .idea/runConfigurations/node_controller_edge_02.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.idea/runConfigurations/node_controller_edge_01.xml b/.idea/runConfigurations/node_controller_edge_01.xml
index fd1cafc..9a4ccc8 100644
--- a/.idea/runConfigurations/node_controller_edge_01.xml
+++ b/.idea/runConfigurations/node_controller_edge_01.xml
@@ -9,6 +9,7 @@
       <env name="SP_NODE_ACCESSIBLE_FIELD_DEVICE_ZED" value="zed;camera;usb;/dev/video1" />
       <env name="SP_URL" value="http://localhost:8030" />
       <env name="SP_NODE_CONTROLLER_URL" value="http://edge01.example.de:7077" />
+      <env name="SP_VERSION" value="0.68.0-SNAPSHOT" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.node.controller.NodeControllerInit" />
     <module name="streampipes-node-controller" />
diff --git a/.idea/runConfigurations/node_controller_edge_02.xml b/.idea/runConfigurations/node_controller_edge_02.xml
index 480c1eb..3d12da0 100644
--- a/.idea/runConfigurations/node_controller_edge_02.xml
+++ b/.idea/runConfigurations/node_controller_edge_02.xml
@@ -6,8 +6,8 @@
       <env name="SP_NODE_ACCESSIBLE_FIELD_DEVICE_ZED" value="zed;camera;usb;/dev/video0" />
       <env name="SP_NODE_TAGS" value="fzi;main" />
       <env name="SP_DEBUG" value="true" />
-      <env name="SP_URL" value="http://host.docker.internal:8030" />
       <env name="SP_NODE_CONTROLLER_URL" value="http://edge02.example.de:7078" />
+      <env name="SP_URL" value="http://localhost:8030" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.node.controller.NodeControllerInit" />
     <module name="streampipes-node-controller" />