Skip to content

Commit

Permalink
Merge pull request #468 from it-at-m/fix-unsubstituted-variable
Browse files Browse the repository at this point in the history
Fix für unsubstituted-variable Fehler in Http-Requests
  • Loading branch information
MrSebastian authored Oct 14, 2024
2 parents aef5cb4 + 44f5fa7 commit dc7f27c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"docker": {
"token_type": "",
"auth_token": "",
"WLS_BRIEFWAHL_SERVICE_URL": "http://localhost:8202",
"SSO_URL": "http://kubernetes.docker.internal:8100"
},
"nonDocker": {
"token_type": "",
"auth_token": "",
"WLS_BRIEFWAHL_SERVICE_URL": "http://localhost:39147",
"SSO_URL": "http://kubernetes.docker.internal:8100"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"docker": {
"token_type": "",
"auth_token": "",
"WLS_BROADCAST_SERVICE_URL": "http://localhost:8200",
"SSO_URL": "http://kubernetes.docker.internal:8100"
},
"nonDocker": {
"token_type": "",
"auth_token": "",
"WLS_BROADCAST_SERVICE_URL": "http://localhost:39146",
"SSO_URL": "http://kubernetes.docker.internal:8100"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"docker": {
"token_type": "",
"auth_token": "",
"WLS_EAI_SERVICE_URL": "http://localhost:8300",
"SSO_URL": "http://kubernetes.docker.internal:8100"
},
"nonDocker": {
"token_type": "",
"auth_token": "",
"WLS_EAI_SERVICE_URL": "http://localhost:39149",
"SSO_URL": "http://kubernetes.docker.internal:8100"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"docker": {
"token_type": "",
"auth_token": "",
"WLS_INFOMANAGEMENT_SERVICE_URL": "http://localhost:8201",
"SSO_URL": "http://kubernetes.docker.internal:8100"
},
"nonDocker": {
"token_type": "",
"auth_token": "",
"WLS_INFOMANAGEMENT_SERVICE_URL": "http://localhost:39148",
"SSO_URL": "http://localhost:8100"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"docker": {
"token_type": "",
"auth_token": "",
"WLS_VORFAELLEUNDVORKOMMNISSE_SERVICE_URL": "http://localhost:8204",
"SSO_URL": "http://kubernetes.docker.internal:8100"
},
"nonDocker": {
"token_type": "",
"auth_token": "",
"WLS_VORFAELLEUNDVORKOMMNISSE_SERVICE_URL": "http://localhost:39156",
"SSO_URL": "http://kubernetes.docker.internal:8100"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"docker": {
"token_type": "",
"auth_token": "",
"WLS_WAHLVORBEREITUNG_SERVICE_URL": "http://localhost:8203",
"SSO_URL": "http://kubernetes.docker.internal:8100"
},
"nonDocker": {
"token_type": "",
"auth_token": "",
"WLS_WAHLVORBEREITUNG_SERVICE_URL": "http://localhost:39150",
"SSO_URL": "http://localhost:8100"
}
Expand Down

0 comments on commit dc7f27c

Please sign in to comment.