Skip to content

Commit

Permalink
fixed documentation bug import.var-substitution.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v0rr committed May 16, 2022
1 parent 00ee960 commit 956d99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The config files are based on the keycloak export files. You can use them to re-

## Variable Substitution

keycloak-config-cli supports variable substitution of config files. This could be enabled by `import.var-substitution=true` (**disabled by default**).
keycloak-config-cli supports variable substitution of config files. This could be enabled by `import.var-substitution.enabled=true` (**disabled by default**).

Variables exposed by spring boot (through configtree or [external configuration](https://docs.spring.io/spring-boot/docs/2.5.0/reference/htmlsingle/#features.external-config.typesafe-configuration-properties.relaxed-binding.environment-variables)) can be accessed by `$(property.name)`.

Expand Down

0 comments on commit 956d99c

Please sign in to comment.