gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: dedent (18 instances)


From: gnunet
Subject: [taler-docs] branch master updated: dedent (18 instances)
Date: Fri, 11 Dec 2020 20:52:54 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2404dbb  dedent (18 instances)
2404dbb is described below

commit 2404dbbda315799180c74376e98747e0b4f6fc21
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Dec 11 14:51:24 2020 -0500

    dedent (18 instances)
---
 taler-merchant-manual.rst | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index e284860..167b1de 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -661,32 +661,32 @@ To add an exchange to the list of trusted payment service 
providers, you
 create a section with a name that starts with “MERCHANT-EXCHANGE-”. In that
 section, the following options need to be configured:
 
-   -  The “EXCHANGE_BASE_URL” option specifies the exchange’s base URL. For 
example,
-      to use the Taler demonstrator, specify:
+-  The “EXCHANGE_BASE_URL” option specifies the exchange’s base URL. For 
example,
+   to use the Taler demonstrator, specify:
 
-      .. code-block:: console
+   .. code-block:: console
 
-         $ taler-config -s MERCHANT-EXCHANGE-demo \
-             -o EXCHANGE_BASE_URL \
-             -V https://exchange.demo.taler.net/
+      $ taler-config -s MERCHANT-EXCHANGE-demo \
+          -o EXCHANGE_BASE_URL \
+          -V https://exchange.demo.taler.net/
 
-   -  The “MASTER_KEY” option specifies the exchange’s master public key
-      in base32 encoding. For the Taler demonstrator, use:
+-  The “MASTER_KEY” option specifies the exchange’s master public key
+   in base32 encoding. For the Taler demonstrator, use:
 
-      .. code-block:: console
+   .. code-block:: console
 
-         $ taler-config -s MERCHANT-EXCHANGE-demo \
-             -o MASTER_KEY \
-             -V CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00
+      $ taler-config -s MERCHANT-EXCHANGE-demo \
+          -o MASTER_KEY \
+          -V CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00
 
-   -  The “CURRENCY” option specifies the exchange’s currency.
-      For the Taler demonstrator, use:
+-  The “CURRENCY” option specifies the exchange’s currency.
+   For the Taler demonstrator, use:
 
-      .. code-block:: console
+   .. code-block:: console
 
-         $ taler-config -s MERCHANT-EXCHANGE-demo \
-             -o CURRENCY \
-             -V KUDOS
+      $ taler-config -s MERCHANT-EXCHANGE-demo \
+          -o CURRENCY \
+          -V KUDOS
 
 Note that multiple exchanges can be added to the system by using different
 tokens in place of ``demo`` in the example above. Note that all of the

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]