JAMES-2422 Update documentation about environment variables

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7dfda860
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7dfda860
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7dfda860

Branch: refs/heads/master
Commit: 7dfda860f7e0c29fd50cc2e3f4183be2dc9642bb
Parents: 1694051
Author: Raphael Ouazana <raphael.ouaz...@linagora.com>
Authored: Tue Jun 12 11:38:15 2018 +0200
Committer: Matthieu Baechler <matth...@apache.org>
Committed: Wed Jun 13 16:56:24 2018 +0200

----------------------------------------------------------------------
 src/site/xdoc/server/config.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/7dfda860/src/site/xdoc/server/config.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/config.xml b/src/site/xdoc/server/config.xml
index 00f9dd8..807b22d 100644
--- a/src/site/xdoc/server/config.xml
+++ b/src/site/xdoc/server/config.xml
@@ -39,6 +39,10 @@
     some back-ends, to some protocols. Please also note that some 
configuration files are not required for Guice. In this
     case, it will be specified.</p>
        
+    <p>In every configuration files, you can use the following notation to use 
an environment variable: <code>${env:MY_VAR}</code>.
+    If <code>MY_VAR</code> exists, it will be replaced by the matching 
environment variable.
+    If it does not, <code>${env:MY_VAR}</code> will be kept as is.</p>
+    
     <p>You can/must configure James for the following:</p>
     
     <table>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to