From d4355f04765d06dde1de0726463d4861ede3da3a Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 12 Feb 2021 07:35:54 -0500 Subject: mention behavior when db-conn-str env vars are not set (two instances) --- libeufin/nexus-tutorial.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libeufin') diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst index c952a242..6b6eff67 100644 --- 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. -- cgit v1.2.3