Skip to content
Snippets Groups Projects
Commit 887111ba authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3184 ozg-sh to by.kop-cloud

parent 9729c67a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ quarkus:
mongodb:
database: usermanager
oidc:
auth-server-url: https://sso.dev.ozg-sh.de/realms/sh-kiel-dev
auth-server-url: https://sso.dev.by.kop-cloud.de/realms/sh-kiel-dev
http:
auth:
permission:
......@@ -28,4 +28,4 @@ kop:
organisations-einheit-id-key: organisationsEinheitId
ldap-id-key: LDAP_ID
keycloak:
url: https://sso.dev.ozg-sh.de
\ No newline at end of file
url: https://sso.dev.by.kop-cloud.de
\ No newline at end of file
quarkus:
oidc:
auth-server-url: https://sso.dev.ozg-sh.de/realms/sh-e2e-dev
auth-server-url: https://sso.dev.by.kop-cloud.de/realms/sh-e2e-dev
client-id: sh-e2e-dev-goofy
http:
cors:
origins: https://e2e.dev.ozg-sh.de,http://localhost:4300,http://127.0.0.1:4300
origins: https://e2e.dev.by.kop-cloud.de,http://localhost:4300,http://127.0.0.1:4300
mongodb:
connection-string: mongodb://ozg-mongodb:27017
database: test
......@@ -23,4 +23,4 @@ kop:
client: sh-e2e-dev-goofy
keycloak:
url: https://sso.dev.ozg-sh.de
\ No newline at end of file
url: https://sso.dev.by.kop-cloud.de
\ No newline at end of file
......@@ -2,7 +2,7 @@ quarkus:
mongodb:
database: usermanager
oidc:
auth-server-url: https://sso.dev.ozg-sh.de/realms/sh-kiel-dev
auth-server-url: https://sso.dev.by.kop-cloud.de/realms/sh-kiel-dev
http:
port: 9091
cors:
......@@ -22,4 +22,4 @@ kop:
client: sh-kiel-dev-goofy
ldap-id-key: LDAP_ID
keycloak:
url: https://sso.dev.ozg-sh.de
\ No newline at end of file
url: https://sso.dev.by.kop-cloud.de
\ No newline at end of file
......@@ -39,7 +39,7 @@ public class KeycloakTestProfile implements QuarkusTestProfile {
private final String realmValue = "sh-kiel-dev";
private final String urlKey = "keycloak.url";
private final String urlValue = "https://sso.dev.ozg-sh.de";
private final String urlValue = "https://sso.dev.by.kop-cloud.de";
@Override
public Map<String, String> getConfigOverrides() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment