[KEYCLOAK-11698] - Change context path of Keycloak to / for Keycloak.X
This commit is contained in:
parent
8d7195637d
commit
2b9ee02adc
2 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,6 @@ quarkus.package.output-directory=lib
|
|||
quarkus.package.user-providers-directory=../providers
|
||||
quarkus.package.main-class=keycloak
|
||||
|
||||
quarkus.http.root-path=/auth
|
||||
quarkus.http.root-path=/
|
||||
quarkus.application.name=Keycloak
|
||||
quarkus.banner.enabled=false
|
||||
quarkus.banner.enabled=false
|
|
@ -5,6 +5,7 @@
|
|||
<echo>Re-augmenting...</echo>
|
||||
<exec osfamily="unix" dir="${auth.server.home}/bin" executable="./kc.sh" failonerror="true">
|
||||
<arg value="config"/>
|
||||
<arg value="-Dquarkus.http.root-path=/auth"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in a new issue