summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/configuration/format.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/configuration/format.rst b/doc/source/configuration/format.rst
index 9254a1e..7467117 100644
--- a/doc/source/configuration/format.rst
+++ b/doc/source/configuration/format.rst
@@ -155,7 +155,7 @@ option, in this case as ``controller:5672``.
# RabbitMQ HA cluster host:port pairs. (list value)
rabbit_hosts = $rabbit_host:$rabbit_port
-To avoid substitution, use ``$$``, it is replaced by a single ``$``.
+To avoid substitution, escape the ``$`` with ``$$`` or ``\$``.
For example, if your LDAP DNS password is ``$xkj432``, specify it, as follows:
.. code-block:: ini