gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 01/02: init exchange_db


From: gnunet
Subject: [taler-deployment] 01/02: init exchange_db
Date: Fri, 01 Dec 2023 02:25:54 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

commit c40a6a92bdf42b033309d75e6b1b6f925a3d1af7
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Dec 1 10:12:08 2023 +0900

    init exchange_db
---
 netzbon/setup-exchange.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index 7286908..c7f2b49 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -34,6 +34,8 @@ source functions.sh
 source config/user.conf
 source config/internal.conf
 
+EXCHANGE_DB="taler-exchange"
+
 say "Beginning Exchange setup"
 
 if test -z "${BANK_EXCHANGE_PASSWORD:-}"; then
@@ -120,7 +122,7 @@ echo -e "[taler]\n" \
   >/etc/taler/conf.d/setup.conf
 
 echo -e "[exchangedb-postgres]\n" \
-  "CONFIG=postgres:///${EXCHANGE_DB}\n" \
+  "CONFIG=postgres:///exchange\n" \
   >/etc/taler/secrets/exchange-db.secret.conf
 chmod 440 /etc/taler/secrets/exchange-db.secret.conf
 chown root:taler-exchange-db /etc/taler/secrets/exchange-db.secret.conf

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]