Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit fc901a6

Browse files
tlappehmlnarik
authored andcommitted
Usage of default value in ${...} enclosure
Replaces #1132
1 parent 9a53c30 commit fc901a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securing_apps/topics/oidc/java/java-adapter-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is what one might look like:
4747
----
4848

4949
You can use `${...}` enclosure for system property replacement. For example `${jboss.server.config.dir}` would be replaced by `/path/to/{project_name}`.
50-
Replacement of environment variables is also supported via the `env` prefix, for example `${env.MY_ENVIRONMENT_VARIABLE}`.
50+
Replacement of environment variables is also supported via the `env` prefix, for example `${env.MY_ENVIRONMENT_VARIABLE}`. You can also define a default value `${...:default_value}`, which is used if the system property `${jboss.server.config.dir:default_value}` or the environment variable `${env.MY_ENVIRONMENT_VARIABLE:default_value}` is absent.
5151

5252
The initial config file can be obtained from the admin console. This can be done by opening the admin console, select `Clients` from the menu and clicking
5353
on the corresponding client. Once the page for the client is opened click on the `Installation` tab and select `Keycloak OIDC JSON`.

0 commit comments

Comments
 (0)