marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

commit 65372c17efb7dff1caf25e23094b13b00e35dd26
parent b86b4c60924e9d3f0b3c871cfcaf3264ef4eb185
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 30 Aug 2023 19:56:15 +0200

Merge branch 'master' of git+ssh://git.taler.net/marketing

Diffstat:
M2023-fsf/walkthrough.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2023-fsf/walkthrough.sh b/2023-fsf/walkthrough.sh @@ -115,14 +115,14 @@ echo ========================================================================== echo "5/8 Setup BANK instance and some accounts" #environment config for libeufin-sandbox tool -export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:postgresql://localhost:5432/sandbox?user=root&password=root" +export LIBEUFIN_SANDBOX_DB_CONNECTION="postgresql:///sandbox" export LIBEUFIN_SANDBOX_URL="http://localhost:5016/" export LIBEUFIN_SANDBOX_USERNAME="admin" export LIBEUFIN_SANDBOX_ADMIN_PASSWORD="bank" export LIBEUFIN_SANDBOX_PASSWORD=$LIBEUFIN_SANDBOX_ADMIN_PASSWORD #environment config for libeufin-nexus tool -export LIBEUFIN_NEXUS_DB_CONNECTION="jdbc:postgresql://localhost:5432/nexus?user=root&password=root" +export LIBEUFIN_NEXUS_DB_CONNECTION="postgresql:///nexus" export LIBEUFIN_NEXUS_URL="http://localhost:5017/" export LIBEUFIN_NEXUS_USERNAME="nexus_admin" export LIBEUFIN_NEXUS_PASSWORD="secret_nexus"