Fixing docs to state that substitution only works when importing at startup
Closes #12069
This commit is contained in:
parent
808738220f
commit
c0fd3b89ea
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ contain a single realm configuration. Only regular files using the `.json` exten
|
||||||
|
|
||||||
If a realm already exists in the server, the import operation is skipped.
|
If a realm already exists in the server, the import operation is skipped.
|
||||||
|
|
||||||
== Using Environment Variables within the Realm Configuration Files
|
=== Using Environment Variables within the Realm Configuration Files
|
||||||
|
|
||||||
When importing a realm, you are able to use placeholders to resolve values from environment variables for any realm configuration.
|
When importing a realm at startup, you are able to use placeholders to resolve values from environment variables for any realm configuration.
|
||||||
|
|
||||||
.Realm configuration using placeholders
|
.Realm configuration using placeholders
|
||||||
[source, bash]
|
[source, bash]
|
||||||
|
|
Loading…
Reference in a new issue