doc/book/admin/instance-config.rst
changeset 11690 15715274a631
parent 10491 c67bcee93248
child 11913 4516c3956d46
--- a/doc/book/admin/instance-config.rst	Mon Sep 26 10:32:44 2016 +0200
+++ b/doc/book/admin/instance-config.rst	Mon Sep 26 10:42:19 2016 +0200
@@ -17,6 +17,11 @@
 each option name is prefixed with its own section and followed by its
 default value if necessary, e.g. "`<section>.<option>` [value]."
 
+.. note:: At runtime, configuration options can be overriden by environments
+    variables which name follows the option name with ``-`` replaced by ``_``
+    and a ``CW_`` prefix. For instance ``CW_BASE_URL=https://www.example.com``
+    would override the ``base-url`` configuration option.
+
 .. _`WebServerConfig`:
 
 Configuring the Web server