taler-docs

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

commit 0b5a385a088bce7669a8e42b65129972e8f7a82d
parent 5f8bc9a322cbb7c13ba97b554c1d5aad9079de04
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  9 Apr 2024 16:29:24 +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 @@ -563,7 +563,7 @@ For the ``postgres`` backend, you need to specify: This option specifies a PostgreSQL access path, typically using the format ``postgres:///$DBNAME``, where ``$DBNAME`` is the name of the PostgreSQL -database you want to use (here, ``taler-merchant`` on the local machine). +database you want to use (here, ``talermerchant`` on the local machine). Suppose ``$USER`` is the name of the user who will run the backend process (usually ``taler-merchant-httpd``). Then, you need to first run: