rabbitmq-server/selenium/test/oauth/env.docker.keycloak

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
221 B
Plaintext
Raw Normal View History

2024-01-03 16:28:36 +08:00
export KEYCLOAK_URL=https://keycloak:8443/realms/test
2025-02-26 22:30:56 +08:00
export OAUTH_PROVIDER_URL=${KEYCLOAK_URL}
export KEYCLOAK_CA_CERT=/config/oauth/keycloak/ca_keycloak_certificate.pem
export OAUTH_PROVIDER_CA_CERT=${KEYCLOAK_CA_CERT}