You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2020/05/15 08:39:07 UTC

[incubator-streampipes-extensions] 01/05: env file

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

micklich pushed a commit to branch feature/postgis-sink
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 21d885d3a5ad41b561db05d1da9aaf2734442df7
Author: micklich <fl...@disy.net>
AuthorDate: Fri May 15 10:36:21 2020 +0200

    env file
---
 streampipes-sinks-databases-jvm/development/env | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/streampipes-sinks-databases-jvm/development/env b/streampipes-sinks-databases-jvm/development/env
index 6a41c19..ea12c66 100644
--- a/streampipes-sinks-databases-jvm/development/env
+++ b/streampipes-sinks-databases-jvm/development/env
@@ -14,6 +14,6 @@
 # limitations under the License.
 
 # Those parameters are used by IntelliJ to set the default consul parameters for development
-SP_PORT=7015
-SP_HOST=host.docker.internal
+SP_PORT=8006
+SP_HOST=172.17.0.1
 SP_DEBUG=true