Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated required environment variables to reflect changes from https://gitlab.com/knowledge-integration/libraries/dcb-admin-ui/-/merge_requests/127

...

DCB_API_BASE

URL of your DCB deployment

KEYCLOAK_ID

dcb (this is the client_id from Keycloak)

KEYCLOAK_ISSUERURL

URL of your Keycloak server

Example: https://keycloak.sph.k-int.com/realms/dcb-hub - change as necessary for your Keycloak setup.

KEYCLOAK_REFRESH

URL of your Keycloak server - see above.

KEYCLOAK_SECRET

This is the client_secret from Keycloak.

NEXTAUTH_SECRET

Secret from NextAuth, use this example:

jkdhfkjsahfdjkhsdkjf73

NEXTAUTH_URL

URL of your DCB Admin deployment

...