summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 04:25:20 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 04:25:20 -0500
commit5a334dedaa1dce9f82cc010e342292229ad5d236 (patch)
tree50aebdef0dd0020778263557c3846e7286cfa404 /taler-exchange-manual.rst
parentfd6d919d217968fa758ed6f329419bdaf0e0424f (diff)
downloaddocs-5a334dedaa1dce9f82cc010e342292229ad5d236.tar.gz
docs-5a334dedaa1dce9f82cc010e342292229ad5d236.tar.bz2
docs-5a334dedaa1dce9f82cc010e342292229ad5d236.zip
use ‘.. code-block:: ini’ (14 instances)
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 7e132d79..4d19709e 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -311,7 +311,7 @@ it under $HOME/.config/.
A config file is a text file containing sections, and each section
contains its values. The right format follows:
-::
+.. code-block:: ini
[section1]
value1 = string
@@ -330,7 +330,7 @@ variables that are unset, by using the following syntax:
by defining them under a ``[paths]`` section, see example below,
-::
+.. code-block:: ini
[paths]
TALER_DEPLOYMENT_SHARED = ${HOME}/shared-data
@@ -496,7 +496,7 @@ starting with “exchange-account-” for the section name. You can ENABLE for
each account whether it should be used, and for what (incoming or outgoing
wire transfers):
-::
+.. code-block:: ini
[exchange-account-1]
# With x-taler-bank (say for PyBank)
@@ -554,7 +554,7 @@ apply whenever the exchange closes a reserve (sending back funds to the
customer). The fees must be constant for a full year, which is specified
as part of the name of the option.
-::
+.. code-block:: ini
[fees-iban]
WIRE-FEE-2018 = EUR:0.01
@@ -583,7 +583,7 @@ choosing the backend, it is mandatory to supply the connection string
- via configuration option CONFIG, under section [exchangedb-BACKEND].
For example, the demo exchange is configured as follows:
-::
+.. code-block:: ini
[exchange]
...