summaryrefslogtreecommitdiff
path: root/impl-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'impl-exchange.rst')
-rw-r--r--impl-exchange.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/impl-exchange.rst b/impl-exchange.rst
index 1330f360..ce2cb4d7 100644
--- a/impl-exchange.rst
+++ b/impl-exchange.rst
@@ -102,7 +102,7 @@ key at the location mentioned in `master_priv_file`, it will automatically gener
Database
--------
-The option `db` under section `[exchange]` lets specify which DB backend the exchange
+The option `db` under section `[exchange]` gets the DB backend's name the exchange
is going to use. So far, only `db = postgres` is supported. After choosing the backend,
it is mandatory to supply the connection string (namely, the database name). This is
possible in two ways:
@@ -112,6 +112,11 @@ possible in two ways:
.. code-block:: text
+ [exchange]
+ ...
+ db = postgres
+ ...
+
[exchange-postgres]
db_conn_str = postgres:///talerdemo