gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: mention behavior when db-conn-str en


From: gnunet
Subject: [taler-docs] branch master updated: mention behavior when db-conn-str env vars are not set (two instances)
Date: Fri, 12 Feb 2021 13:36:19 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d4355f0  mention behavior when db-conn-str env vars are not set (two 
instances)
d4355f0 is described below

commit d4355f04765d06dde1de0726463d4861ede3da3a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Feb 12 07:35:54 2021 -0500

    mention behavior when db-conn-str env vars are not set (two instances)
---
 libeufin/nexus-tutorial.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index c952a24..6b6eff6 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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]