We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31c1018 + e91cdae commit 83da9feCopy full SHA for 83da9fe
selenium/test/multi-oauth/env.docker.devkeycloak
@@ -1,2 +1,2 @@
1
export DEVKEYCLOAK_URL=https://devkeycloak:8442/realms/dev
2
-export DEVKEYCLOAK_CA_CERT=/config/oauth/devkeycloak/ca_devkeycloak_certificate.pem
+export DEVKEYCLOAK_CA_CERT=/config/multi-oauth/devkeycloak/ca_devkeycloak_certificate.pem
selenium/test/multi-oauth/env.docker.prodkeycloak
export PRODKEYCLOAK_URL=https://prodkeycloak:8443/realms/prod
-export PRODKEYCLOAK_CA_CERT=/config/oauth/prodkeycloak/ca_prodkeycloak_certificate.pem
+export PRODKEYCLOAK_CA_CERT=/config/multi-oauth/prodkeycloak/ca_prodkeycloak_certificate.pem
0 commit comments