update keycloak url

This commit is contained in:
holzi1005 2024-12-08 13:46:08 +01:00
parent 307e70b0d6
commit 9f48adf7d2
2 changed files with 4 additions and 4 deletions

View file

@ -27,9 +27,9 @@ services:
DATABASE_URL: mysql://odc:<odcMySqlPw>@db-odc:3306/odc DATABASE_URL: mysql://odc:<odcMySqlPw>@db-odc:3306/odc
OAUTH_KEYCLOAK_CLIENT_ID: opendatenschutzcenter OAUTH_KEYCLOAK_CLIENT_ID: opendatenschutzcenter
OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret> OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret>
OAUTH_KEYCLOAK_SERVER: <httpMethod>://<clientUrl>/keycloak OAUTH_KEYCLOAK_SERVER: '<httpMethod>://<clientUrl>/keycloak'
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
MAILER_DSN: null://null MAILER_DSN: 'null://null'
laF_version: 3.0.4 laF_version: 3.0.4
demo_installation: demo demo_installation: demo
labels: labels:

View file

@ -57,9 +57,9 @@ services:
DATABASE_URL: mysql://odc:<odcMySqlPw>@db-odc:3306/odc DATABASE_URL: mysql://odc:<odcMySqlPw>@db-odc:3306/odc
OAUTH_KEYCLOAK_CLIENT_ID: opendatenschutzcenter OAUTH_KEYCLOAK_CLIENT_ID: opendatenschutzcenter
OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret> OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret>
OAUTH_KEYCLOAK_SERVER: <clientUrl>/keycloak OAUTH_KEYCLOAK_SERVER: '<httpMethod>://<clientUrl>/keycloak'
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
MAILER_DSN: null://null MAILER_DSN: 'null://null'
laF_version: 3.0.4 laF_version: 3.0.4
demo_installation: demo demo_installation: demo
labels: labels: