summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-merchant-manual.rst36
1 files changed, 18 insertions, 18 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 167b1de5..9331c284 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -704,32 +704,32 @@ 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
+ .. code-block:: console
- $ taler-config -s MERCHANT-AUDITOR-demo \
- -o AUDITOR_BASE_URL \
- -V https://exchange.demo.taler.net/
+ $ taler-config -s MERCHANT-AUDITOR-demo \
+ -o AUDITOR_BASE_URL \
+ -V https://exchange.demo.taler.net/
- - The “AUDITOR_KEY” option specifies the auditor's public key
- in base32 encoding. For the Taler demonstrator, use:
+- The “AUDITOR_KEY” option specifies the auditor's public key
+ in base32 encoding. For the Taler demonstrator, use:
- .. code-block:: console
+ .. code-block:: console
- $ taler-config -s MERCHANT-AUDITOR-demo \
- -o AUDITOR_KEY \
- -V FIXMEBADVALUENEEDTOGETTHERIGHTVALUEHEREEVENTUALLY000
+ $ taler-config -s MERCHANT-AUDITOR-demo \
+ -o AUDITOR_KEY \
+ -V FIXMEBADVALUENEEDTOGETTHERIGHTVALUEHEREEVENTUALLY000
- - The “CURRENCY” option specifies the auditor’s currency.
- For the Taler demonstrator, use:
+- The “CURRENCY” option specifies the auditor’s currency.
+ For the Taler demonstrator, use:
- .. code-block:: console
+ .. code-block:: console
- $ taler-config -s MERCHANT-AUDITOR-demo \
- -o CURRENCY \
- -V KUDOS
+ $ taler-config -s MERCHANT-AUDITOR-demo \
+ -o CURRENCY \
+ -V KUDOS
Note that multiple auditors can be added to the system by using different