Skip to content

Commit

Permalink
Version 0.1.0-Snapshot und http-client.env extended for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic12345678 committed Oct 15, 2024
1 parent 2464018 commit 83c3048
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wls-basisdaten-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.muenchen.oss.wahllokalsystem</groupId>
<artifactId>wls-basisdaten-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
<name>wls_basisdaten_service</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 83c3048

Please sign in to comment.