Add convenience script and makefile for hacking

This commit is contained in:
decentral1se
2021-05-24 12:45:11 +02:00
parent 4e2415e807
commit 09f914057c
3 changed files with 24 additions and 2 deletions

View File

@ -0,0 +1,5 @@
embed-server --std-out=echo --server-config=standalone-ha.xml
/subsystem=keycloak-server/theme=defaults/:write-attribute(name=cacheThemes,value=false)
/subsystem=keycloak-server/theme=defaults/:write-attribute(name=cacheTemplates,value=false)
/subsystem=keycloak-server/theme=defaults/:write-attribute(name=staticMaxAge,value=-1)
stop-embedded-server