[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-marketing] branch master updated: fix JDBC prefixes
From: |
gnunet |
Subject: |
[taler-marketing] branch master updated: fix JDBC prefixes |
Date: |
Wed, 23 Aug 2023 23:00:40 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository marketing.
The following commit(s) were added to refs/heads/master by this push:
new 6a68ab4 fix JDBC prefixes
6a68ab4 is described below
commit 6a68ab4e58b0d00014f89be651517d9629dbf556
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 23 23:00:12 2023 +0200
fix JDBC prefixes
---
2023-fsf/walkthrough.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/2023-fsf/walkthrough.sh b/2023-fsf/walkthrough.sh
index 2a2f24e..35e0986 100755
--- 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"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-marketing] branch master updated: fix JDBC prefixes,
gnunet <=