Skip to content

Commit

Permalink
Cherry pick gone wrong :D (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvince2 authored Aug 15, 2023
1 parent e1f021d commit c99aa4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
########################################################################################################################
# OIDC Configuration
########################################################################################################################
%dev.quarkus.oidc.auth-server-url=${keycloak-service-protocol:http}://${keycloak-service-fqdn:localhost}${keycloak-service-port:8079}/realms/${realm:Terarium}
%dev.quarkus.oidc.auth-server-url=${keycloak-service-protocol:http}://${keycloak-service-fqdn:localhost}:${keycloak-service-port:8079}/realms/${realm:Terarium}
%prod.quarkus.oidc.auth-server-url=${keycloak-service-protocol}://${keycloak-service-fqdn}${keycloak-service-port}/realms/${realm}
quarkus.oidc.client-id=app
%dev.quarkus.oidc.credentials.secret=jtbQhs6SlfynqJaygVpwav2kLzAme2b4
Expand Down

0 comments on commit c99aa4a

Please sign in to comment.