Skip to content
Snippets Groups Projects
Commit 8e4bcb34 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3119 Neuer interneurl parameter

parent b4e7dc6b
Branches
Tags
No related merge requests found
......@@ -25,11 +25,12 @@ services:
- ozg-elastic
ozg-goofy:
image: docker.ozg-sh.de/goofy:snapshot-latest
image: docker.ozg-sh.de/goofy:PR-118-1.0.1-SNAPSHOT
environment:
- GRPC_CLIENT_PLUTO_ADDRESS=static://ozg-pluto:9090
- SPRING_PROFILES_ACTIVE=remotekc, e2e
- KOP_USER-MANAGER_URL=http://${DOCKER_GATEWAY_HOST:-host.docker.internal}:9092
- KOP_USER-MANAGER_URL=http://localhost:9092
- KOP_USER-MANAGER_INTERNALURL=http://ozg-usermanager:8080
ports:
- 8080:8080
depends_on:
......
......@@ -8,3 +8,4 @@ kop:
url: classpath:files/LandesnetzInfo.html
user-manager:
url: http://localhost:9092
internalurl: http://ozg-usermanager:8080
\ No newline at end of file
......@@ -18,5 +18,6 @@ server:
kop:
user-manager:
url: http://localhost:9092
internalurl: http://localhost:9092
profile-template: /api/userProfiles/%s
search-template: /api/userProfiles/?searchBy={searchBy}
\ No newline at end of file
......@@ -5,6 +5,7 @@ logging:
kop:
user-manager:
url: https://localhost
internalurl: http://localhost:8080
search-template: /api/userProfiles/?searchBy={searchBy}
profile-template: /api/userProfiles/%s
upload:
......
......@@ -14,6 +14,7 @@ kop:
validity: 60000
user-manager:
url: https://localhost
internalurl: http://localhost:8080
search-template: /api/userProfiles/?searchBy={searchBy}
profile-template: /api/userProfiles/%s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment