Skip to content

Commit

Permalink
Fix url of keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Feb 10, 2024
1 parent 4407f37 commit df08dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export KEYCLOAK_URL=https://keycloak:8443/realms/test
export OAUTH_PROVIDER_URL=https://localhost:8443/realms/test
export OAUTH_PROVIDER_URL=https://keycloak:8443/realms/test
export OAUTH_PROVIDER_CA_CERT=/config/oauth/keycloak/ca_certificate.pem

0 comments on commit df08dab

Please sign in to comment.