You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/10/19 20:40:32 UTC

[incubator-streampipes-extensions] 01/02: [hotfix] Remove IP from idea configuration

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

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

commit 37592cf374e3222fe6b171fa703834c2b587ec38
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Tue Oct 19 22:38:14 2021 +0200

    [hotfix] Remove IP from idea configuration
---
 .idea/runConfigurations/connect_adapters.xml      | 1 -
 .idea/runConfigurations/connect_adapters_iiot.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.idea/runConfigurations/connect_adapters.xml b/.idea/runConfigurations/connect_adapters.xml
index 62be95e..008e337 100644
--- a/.idea/runConfigurations/connect_adapters.xml
+++ b/.idea/runConfigurations/connect_adapters.xml
@@ -5,7 +5,6 @@
       <env name="SP_DATA_LOCATION" value="./test_data/" />
       <env name="SP_DEBUG" value="true" />
       <env name="SP_DEBUG_CONNECT" value="false" />
-      <env name="SP_HOST" value="172.17.0.1" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.connect.ConnectAdapterInit" />
     <module name="streampipes-connect-adapters" />
diff --git a/.idea/runConfigurations/connect_adapters_iiot.xml b/.idea/runConfigurations/connect_adapters_iiot.xml
index b67e4ce..cac4574 100644
--- a/.idea/runConfigurations/connect_adapters_iiot.xml
+++ b/.idea/runConfigurations/connect_adapters_iiot.xml
@@ -5,7 +5,6 @@
       <env name="SP_DATA_LOCATION" value="./test_data/" />
       <env name="SP_DEBUG" value="true" />
       <env name="SP_DEBUG_CONNECT" value="false" />
-      <env name="SP_HOST" value="172.31.0.10" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.connect.iiot.ConnectAdapterIiotInit" />
     <module name="streampipes-connect-adapters-iiot" />