taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 30ef1c86a4e67c616edf6aca8f6503626a3a0ccb
parent 86a033fafbd4b3e826c499b0f5cdd746d03653c9
Author: MS <ms@taler.net>
Date:   Sat, 29 Jul 2023 10:30:03 +0200

Remove mention of JDBC from the local currencies tutorial.

Diffstat:
Mlibeufin/local-currencies-tutorial.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libeufin/local-currencies-tutorial.rst b/libeufin/local-currencies-tutorial.rst @@ -28,7 +28,7 @@ following command. .. code-block:: console - $ export LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:/tmp/libeufin.sqlite3 + $ export LIBEUFIN_SANDBOX_DB_CONNECTION=postgres:///libeufin $ libeufin-sandbox config --currency NB --without-registrations default .. note::