commit ce4e19b8150c1e45db240a670517e83e2feafa59
parent fac81c9084d0d1c8354ef9fc8e8c4b9af9c610ab
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 8 Feb 2021 03:27:56 -0500
change markup from " to `` (three instances)
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -672,8 +672,8 @@ that all exchanges audited by this auditor will be trusted!)
you create a section with a name that starts with “MERCHANT-AUDITOR-”. In
that section, the following options need to be configured:
-- The “AUDITOR_BASE_URL” option specifies the auditor’s base URL. For example,
- to use the Taler demonstrator's auditor, specify:
+- The ``AUDITOR_BASE_URL`` option specifies the auditor’s base URL.
+ For example, to use the Taler demonstrator's auditor, specify:
.. code-block:: console
@@ -681,7 +681,7 @@ that section, the following options need to be configured:
-o AUDITOR_BASE_URL \
-V https://exchange.demo.taler.net/
-- The “AUDITOR_KEY” option specifies the auditor's public key
+- The ``AUDITOR_KEY`` option specifies the auditor's public key
in base32 encoding. For the Taler demonstrator, use:
.. code-block:: console
@@ -690,7 +690,7 @@ that section, the following options need to be configured:
-o AUDITOR_KEY \
-V FIXMEBADVALUENEEDTOGETTHERIGHTVALUEHEREEVENTUALLY000
-- The “CURRENCY” option specifies the auditor’s currency.
+- The ``CURRENCY`` option specifies the auditor’s currency.
For the Taler demonstrator, use:
.. code-block:: console