From 66ec51dddc043cdabf533f621f7b25dec48e6cd6 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 10 Aug 2021 14:27:13 -0400 Subject: remove explicit examples (the error message right above includes two examples) --- libeufin/nexus-tutorial.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libeufin') diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst index 4fcb9e27..43fb8daf 100644 --- a/libeufin/nexus-tutorial.rst +++ b/libeufin/nexus-tutorial.rst @@ -145,9 +145,7 @@ If this variable is not set, ``libeufin-sandbox`` complains and exits: jdbc:sqlite:/tmp/libeufindb.sqlite3 jdbc:postgresql://localhost:5432/libeufindb?user=Foo&password=secret -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. +Only *SQLite* and *PostgreSQL (via TCP)* are supported right now. For the following commands, the sandbox service must be running. The sandbox service is started with the following command: -- cgit v1.2.3