diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-11 14:52:44 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-11 14:52:44 -0500 |
commit | e65f009404e66247050c1f8ed3101f1450cd1428 (patch) | |
tree | 00118efa0cb851a0f40984f66fbf0f8b84b02a57 | |
parent | 2404dbbda315799180c74376e98747e0b4f6fc21 (diff) | |
download | docs-e65f009404e66247050c1f8ed3101f1450cd1428.tar.gz docs-e65f009404e66247050c1f8ed3101f1450cd1428.tar.bz2 docs-e65f009404e66247050c1f8ed3101f1450cd1428.zip |
dedent (18 instances)
-rw-r--r-- | taler-merchant-manual.rst | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 167b1de..9331c28 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 |