This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 1508ac032c ARTEMIS-5327 document option to use environment variables
in config
new bdb6ec1356 This closes #5523
1508ac032c is described below
commit 1508ac032c102bfef93fda18d1262c9a1e89aaee
Author: Nicolas CASAUX <[email protected]>
AuthorDate: Mon Feb 24 17:23:01 2025 +0100
ARTEMIS-5327 document option to use environment variables in config
---
docs/user-manual/using-server.adoc | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/user-manual/using-server.adoc
b/docs/user-manual/using-server.adoc
index 356afced7a..14696ab1f3 100644
--- a/docs/user-manual/using-server.adoc
+++ b/docs/user-manual/using-server.adoc
@@ -423,10 +423,9 @@ The different configuration will be explained throughout
the manual or you can r
== Other Use-Cases
-=== System Property Substitution
+=== System Property or Environment Variable Substitution
-It is possible to use system property substitution in all the configuration
files.
-by replacing a value with the name of a system property.
+It is possible to use system property or environment variable substitution in
all the configuration files by replacing a value with the name of the system
property or the environment variable.
Here is an example of this with a connector configuration:
[,xml]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact