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