Adjusting Keycloak URL
ralfdangel opened this issue · 2 comments
ralfdangel commented
Hello,
i use another Keycloak instance which ist running on server from a Hosting Provider. So i want to change standard URL: http://localhost:8080/auth/.....
to my Keycloak URL. But i can`t find the place where to change it.
Can you help me?
Thanks!
gruentee commented
Do a grep
for KC_URL
which is what the template variable is called in the frontend templates.
Or simply set the environment variable KC_URL
, see #14 (comment)