From 83c3048caaefb5588d4b074b813c0feae57cb3f1 Mon Sep 17 00:00:00 2001 From: Nic12345678 <162564162+Nic12345678@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:48:50 +0200 Subject: [PATCH] Version 0.1.0-Snapshot und http-client.env extended for docker --- wls-basisdaten-service/pom.xml | 2 +- .../src/test/resources/http-client.env.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wls-basisdaten-service/pom.xml b/wls-basisdaten-service/pom.xml index 44bd4ee8b..84de054ca 100644 --- a/wls-basisdaten-service/pom.xml +++ b/wls-basisdaten-service/pom.xml @@ -6,7 +6,7 @@ de.muenchen.oss.wahllokalsystem wls-basisdaten-service - 0.0.1-SNAPSHOT + 0.1.1-SNAPSHOT wls_basisdaten_service diff --git a/wls-basisdaten-service/src/test/resources/http-client.env.json b/wls-basisdaten-service/src/test/resources/http-client.env.json index 28b176a15..0e42e326b 100644 --- a/wls-basisdaten-service/src/test/resources/http-client.env.json +++ b/wls-basisdaten-service/src/test/resources/http-client.env.json @@ -1,8 +1,14 @@ { + "docker": { + "token_type": "", + "auth_token": "", + "WLS_BASISDATEN_SERVICE_URL": "http://localhost:8205", + "SSO_URL": "http://kubernetes.docker.internal:8100" + }, "nonDocker": { "token_type": "", "auth_token": "", "WLS_BASISDATEN_SERVICE_URL": "http://localhost:39151", - "SSO_URL": "http://kubernetes.docker.internal:8100" + "SSO_URL": "http://localhost:8100" } } \ No newline at end of file