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 2022/05/20 04:25:07 UTC

[incubator-streampipes] branch STREAMPIPES-537 updated: [hotfix] Remove invalid config

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

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


The following commit(s) were added to refs/heads/STREAMPIPES-537 by this push:
     new 4d985aaed [hotfix] Remove invalid config
4d985aaed is described below

commit 4d985aaed895f319921229bda38d761b27fd70c5
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri May 20 06:24:58 2022 +0200

    [hotfix] Remove invalid config
---
 .idea/runConfigurations/all_extensions_jvm.xml | 1 -
 .idea/runConfigurations/backend.xml            | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.idea/runConfigurations/all_extensions_jvm.xml b/.idea/runConfigurations/all_extensions_jvm.xml
index 0a4ca6093..20063d047 100644
--- a/.idea/runConfigurations/all_extensions_jvm.xml
+++ b/.idea/runConfigurations/all_extensions_jvm.xml
@@ -9,7 +9,6 @@
       <env name="SP_DATA_LAKE_HOST" value="localhost" />
       <env name="SP_DATA_LAKE_PORT" value="8086" />
       <env name="SP_IMAGE_STORAGE_LOCATION" value=".streampipes/spImages/" />
-      <env name="SP_HOST" value="141.21.12.79" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.extensions.all.jvm.AllExtensionsInit" />
     <module name="streampipes-extensions-all-jvm" />
diff --git a/.idea/runConfigurations/backend.xml b/.idea/runConfigurations/backend.xml
index 36d749c21..ff3c77297 100644
--- a/.idea/runConfigurations/backend.xml
+++ b/.idea/runConfigurations/backend.xml
@@ -14,7 +14,6 @@
       <env name="SP_JMS_HOST" value="localhost" />
       <env name="SP_DEBUG" value="true " />
       <env name="SP_PRIORITIZED_PROTOCOL" value="kafka" />
-      <env name="SP_HOST" value="141.21.12.79" />
     </envs>
     <method v="2">
       <option name="Make" enabled="true" />