summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:39:17 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 03:39:17 -0500
commit9bf6456c60f18cb1bde7096c99d9874842e03a30 (patch)
treed412ffd5b6c63cc76390191416eb4fce98245784
parente91a4bc458756646f1bdc4b40d69f8951a9edf9b (diff)
downloaddocs-9bf6456c60f18cb1bde7096c99d9874842e03a30.tar.gz
docs-9bf6456c60f18cb1bde7096c99d9874842e03a30.tar.bz2
docs-9bf6456c60f18cb1bde7096c99d9874842e03a30.zip
add markup (six instances)
-rw-r--r--taler-merchant-manual.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 1e4060b2..b3a4ad9e 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -853,10 +853,10 @@ create a file ``instance.json`` with an `InstanceConfigurationMessage`
"default_pay_delay": { "d_ms" : 1209600000 }
}
-In the text above, you must replace "$PAYTO_URI" with your actual
-payto://-URI. Also, be sure to replace KUDOS with the fiat currency if the
-setup is for an actual bank. The "name" field will be shown as the name of
-your shop. The "address" field is expected to contain your shop's physical
+In the text above, you must replace ``$PAYTO_URI`` with your actual
+``payto://``-URI. Also, be sure to replace KUDOS with the fiat currency if the
+setup is for an actual bank. The ``name`` field will be shown as the name of
+your shop. The ``address`` field is expected to contain your shop's physical
address. The various defaults specify defaults for transaction fees your shop
is willing to cover, how long offers made to the customer are valid, and how
long the exchange has before it must wire the funds to your bank
@@ -871,7 +871,7 @@ You can then create the instance using:
The base URL for the instance will then be
``http://localhost:8888/instances/default``. You can create additional
-instances by changing the "id" value to identifies other than "default".
+instances by changing the ``id`` value to identifies other than ``default``.
Endpoints to modify (reconfigure), permanently disable (while keeping the data)
or purge (deleting all associated data) instances exist as well and are documented