Revert mistakenly edited file

This commit is contained in:
mposolda 2015-05-22 21:31:03 +02:00
parent 3d4ca01242
commit 0951c11aa6

View file

@ -33,9 +33,9 @@ When starting the server it can also import a realm from a json file:
The Keycloak test server can load resources directly from the filesystem instead of the classpath. This allows editing html, styles and updating images without restarting the server. To make the server use resources from the filesystem start with:
mvn exec:java -Pkeycloak-server -Dresources
You can also specify the theme directory used by the server wit
mvn exec:java -Pkeycloak-server -Dresourcesh:
You can also specify the theme directory used by the server with:
mvn exec:java -Pkeycloak-server -Dkeycloak.theme.dir=<PATH TO THEMES DIR>