commit 66ec51dddc043cdabf533f621f7b25dec48e6cd6 parent 474f160fd21e2697f11eebf642952e1807b06577 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Tue, 10 Aug 2021 14:27:13 -0400 remove explicit examples (the error message right above includes two examples) Diffstat:
| M | libeufin/nexus-tutorial.rst | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git 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: