gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (7e8a322 -> 23cd03a)


From: gnunet
Subject: [taler-deployment] branch master updated (7e8a322 -> 23cd03a)
Date: Fri, 01 Dec 2023 02:25:53 +0100

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

grothoff pushed a change to branch master
in repository deployment.

    from 7e8a322  installing wallet CLI
     new c40a6a9  init exchange_db
     new 23cd03a  demoban-ui-settings.js is now settings.json

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 netzbon/config_nginx.sh   | 4 ++--
 netzbon/setup-exchange.sh | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/netzbon/config_nginx.sh b/netzbon/config_nginx.sh
index 7d21ac5..719aaf2 100755
--- a/netzbon/config_nginx.sh
+++ b/netzbon/config_nginx.sh
@@ -21,7 +21,7 @@ if test "${ENABLE_TLS}" == "y"; then
 
   # Replace http with https in the demobank-ui configuration
 
-  sed -i "s/http:\/\/bank./https:\/\/bank./g" 
/etc/libeufin/demobank-ui-settings.js
+  sed -i "s/http:\/\/bank./https:\/\/bank./g" /etc/libeufin/settings.json
 
   # Certbot
 
@@ -31,7 +31,7 @@ if test "${ENABLE_TLS}" == "y"; then
     -d bank."${DOMAIN_NAME}" \
     -d exchange."${DOMAIN_NAME}"
 else
-  sed -i "s/https:\/\/bank./http:\/\/bank./g" 
/etc/libeufin/demobank-ui-settings.js
+  sed -i "s/https:\/\/bank./http:\/\/bank./g" /etc/libeufin/settings.json
 fi
 
 say "Restarting Nginx with new configuration"
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]