Add documentation for configuring KeycloakServer (#21591)
This commit is contained in:
parent
70f293bca1
commit
41a599144d
1 changed files with 19 additions and 0 deletions
|
@ -47,6 +47,25 @@ and https port, optionally setting the truststore.
|
|||
-Djavax.net.ssl.keyStorePassword=CHANGEME \
|
||||
-Dkeycloak.port.https=8443
|
||||
|
||||
### Configuration
|
||||
|
||||
KeycloakServer can be configured with system properties, or through the file `~/.keycloak-server.properties`. Using the
|
||||
file allows persisting the settings and can also be more convenient when running from an IDE.
|
||||
|
||||
Available options include:
|
||||
|
||||
|Key| Description |
|
||||
|---|------------------------------------------------------------------------------------|
|
||||
|keycloak.port| Set the HTTP port for the server |
|
||||
|keycloak.port.https| Set the HTTPS port for the server |
|
||||
|keycloak.bind.address| Set the bind address for the server |
|
||||
|resources| Loads theme resources directly from the workspace and disables caching |
|
||||
|keycloak.theme.dir| Specifies an alternative location to load custom themes from |
|
||||
|keycloak.theme.cacheTemplates| Disables theme template caching |
|
||||
|keycloak.theme.cacheThemes| Disables theme caching |
|
||||
|keycloak.theme.staticMaxAge| Sets the client-side caching max-age for theme resources |
|
||||
|import| Imports a realm from json at startup |
|
||||
|
||||
### Default admin account
|
||||
|
||||
The default admin within the master realm are created with credentials:
|
||||
|
|
Loading…
Reference in a new issue