summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-10 14:27:13 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-10 14:27:13 -0400
commit66ec51dddc043cdabf533f621f7b25dec48e6cd6 (patch)
tree8df7c5355711f8dcc956177ab19447279e1db45a /libeufin
parent474f160fd21e2697f11eebf642952e1807b06577 (diff)
downloaddocs-66ec51dddc043cdabf533f621f7b25dec48e6cd6.tar.gz
docs-66ec51dddc043cdabf533f621f7b25dec48e6cd6.tar.bz2
docs-66ec51dddc043cdabf533f621f7b25dec48e6cd6.zip
remove explicit examples (the error message right above includes two examples)
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/nexus-tutorial.rst4
1 files changed, 1 insertions, 3 deletions
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: