taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit e65f009404e66247050c1f8ed3101f1450cd1428
parent 2404dbbda315799180c74376e98747e0b4f6fc21
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 11 Dec 2020 14:52:44 -0500

dedent (18 instances)

Diffstat:
Mtaler-merchant-manual.rst | 36++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

diff --git 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