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

5 lines
228 B
Plaintext

export KEYCLOAK_URL=https://localhost:8443/realms/test
export OAUTH_PROVIDER_URL=${KEYCLOAK_URL}
export KEYCLOAK_CA_CERT=selenium/test/oauth/keycloak/ca_keycloak_certificate.pem
export OAUTH_PROVIDER_CA_CERT=${KEYCLOAK_CA_CERT}