taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5f8bc9a322cbb7c13ba97b554c1d5aad9079de04
parent 344d84f214bd3daf559ff888df36f8c5814accba
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  9 Apr 2024 16:29:01 +0200

default DB name is talermerchant

Diffstat:
Mtaler-merchant-manual.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -559,7 +559,7 @@ For the ``postgres`` backend, you need to specify: .. code-block:: ini [merchantdb-postgres] - CONFIG = "postgres:///taler-merchant" + CONFIG = "postgres:///talermerchant" This option specifies a PostgreSQL access path, typically using the format ``postgres:///$DBNAME``, where ``$DBNAME`` is the name of the PostgreSQL