taler-docs

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

commit d4355f04765d06dde1de0726463d4861ede3da3a
parent 44078090dd3a746d3591a4e3765d14f5fd87e154
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 12 Feb 2021 07:35:54 -0500

mention behavior when db-conn-str env vars are not set (two instances)

Diffstat:
Mlibeufin/nexus-tutorial.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst @@ -143,6 +143,8 @@ core banking system with EBICS access to bank accounts. The sandbox relies on a database, which you must specify using a JDBC connection URI with the ``LIBEUFIN_SANDBOX_DB_CONNECTION`` environment variable, before invoking any commands. +(If this variable is not set, ``libeufin-sandbox`` complains and exits.) + Only *SQLite* (e.g. ``jdbc:sqlite:/tmp/libeufintestdb``) and *PostgreSQL (via TCP)* (e.g. ``jdbc:postgresql://localhost:$port/libeufintestdb?user=$username&password=$password``) are supported right now. @@ -238,6 +240,8 @@ Connect Nexus with an EBICS account Nexus relies on a database, which you must specify using a JDBC connection URI with the ``LIBEUFIN_NEXUS_DB_CONNECTION`` environment variable, before invoking any commands. +(If this variable is not set, ``libeufin-nexus`` complains and exits.) + Only *SQLite* (e.g. ``jdbc:sqlite:/tmp/libeufintestdb``) and *PostgreSQL (via TCP)* (e.g. ``jdbc:postgresql://localhost:$port/libeufintestdb?user=$username&password=$password``) are supported right now.