gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: also do merchant setup


From: gnunet
Subject: [taler-deployment] branch master updated: also do merchant setup
Date: Sat, 04 Mar 2023 17:48:30 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new af716ef  also do merchant setup
af716ef is described below

commit af716ef23968ff9ea94053f15132573e21bcc979
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 17:48:28 2023 +0100

    also do merchant setup
---
 netzbon/setup-exchange.sh | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index e411d20..ae8848b 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -12,6 +12,7 @@ source config/internal.conf
 # - NEXUS_EXCHANGE_PASSWORD (exchange password for libeufin-nexus)
 # - EXCHANGE_IBAN (exchange account IBAN)
 # - EXCHANGE_PAYTO (exchange account PAYTO)
+# - ENABLE_TLS (http or https?)
 
 if test -z ${LIBEUFIN_NEXUS_USERNAME:-}
 then
@@ -69,6 +70,11 @@ echo -e "[taler]\n"\
         "MASTER_PRIV_FILE=${MASTER_PUBLIC_KEY}\n"\
         "BASE_URL=${EXCHANGE_BASE_URL}\n"\
         "\n"\
+        "[merchant-exchange-${DOMAIN_NAME}]\n"\
+        "MASTER_KEY=${MASTER_PUBLIC_KEY}\n"\
+        "CURRENCY=${CURRENCY}\n"\
+        "EXCHANGE_BASE_URL=${EXCHANGE_BASE_URL}\n"\
+        "\n"\
         "[exchange-account-default]\n"\
         "PAYTO_URI=${EXCHANGE_PAYTO}\n"\
         "ENABLE_DEBIT=YES\n"\
@@ -81,7 +87,7 @@ echo -e "[exchange-accountcredentials-default]\n"\
         "WIRE_GATEWAY_AUTH_METHOD=basic\n"\
         "USERNAME=${LIBEUFIN_NEXUS_USERNAME}\n"\
         "PASSWORD=${NEXUS_EXCHANGE_PASSWORD}\n"\
-     >> /etc/taler/secrets/exchange-accountcredentials-default.secret.conf
+     > /etc/taler/secrets/exchange-accountcredentials-default.secret.conf
 
 taler-harness deployment gen-coin-config \
               --min-amount ${CURRENCY}:0.01 \
@@ -120,4 +126,3 @@ curl --max-time 2 \
      --retry 10 \
      ${EXCHANGE_BASE_URL}/keys &> /dev/null
 echo "DONE"
-t

-- 
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]