[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -move to postgres
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -move to postgres |
Date: |
Tue, 25 Jul 2023 17:52:13 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 28fcff7c -move to postgres
28fcff7c is described below
commit 28fcff7c1eb3c336278fab59c7eb352bf4b1e49a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jul 25 17:52:10 2023 +0200
-move to postgres
---
src/auditor/test-revocation.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index 47b39975..a1970e10 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -157,13 +157,13 @@ function get_payto_uri() {
}
function launch_libeufin () {
- export LIBEUFIN_NEXUS_DB_CONNECTION="jdbc:sqlite:${DB}-nexus.sqlite3"
+ export
LIBEUFIN_SANDBOX_DB_CONNECTION='jdbc:postgresql://localhost/'"${DB}"'?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg&socketFactoryArg='"$SOCKETDIR"'/.s.PGSQL.5432'
libeufin-nexus serve \
--port 8082 \
2> "${MYDIR}/libeufin-nexus-stderr.log" \
> "${MYDIR}/libeufin-nexus-stdout.log" &
echo $! > "${MYDIR}/libeufin-nexus.pid"
- export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:${DB}-sandbox.sqlite3"
+ export
LIBEUFIN_NEXUS_DB_CONNECTION='jdbc:postgresql://localhost/'"${DB}"'?socketFactory=org.newsclub.net.unix.AFUNIXSocketFactory$FactoryArg&socketFactoryArg='"$SOCKETDIR"'/.s.PGSQL.5432'
libeufin-sandbox serve \
--no-auth \
--port 18082 \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -move to postgres,
gnunet <=