gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sandcastle-ng] branch master updated: fix exchange credentials


From: gnunet
Subject: [taler-sandcastle-ng] branch master updated: fix exchange credentials
Date: Fri, 06 Sep 2024 15:32:29 +0200

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

dold pushed a commit to branch master
in repository sandcastle-ng.

The following commit(s) were added to refs/heads/master by this push:
     new 300a61a  fix exchange credentials
300a61a is described below

commit 300a61a7187b1e2c822d803bde3cf8ac423de877
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Sep 6 15:32:26 2024 +0200

    fix exchange credentials
---
 scripts/demo/setup-sandcastle.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index 879114e..ac95934 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -29,7 +29,6 @@ CURRENCY=${CURRENCY:="KUDOS"}
 EXCHANGE_IBAN=DE159593
 EXCHANGE_PLAIN_PAYTO=payto://iban/$EXCHANGE_IBAN
 
EXCHANGE_FULL_PAYTO="payto://iban/$EXCHANGE_IBAN?receiver-name=Sandcastle+Echange+Inc"
-EXCHANGE_BANK_PASSWORD=sandbox
 
 # Randomly generated IBANs for the merchants
 MERCHANT_IBAN_DEFAULT=DE5135717
@@ -528,7 +527,7 @@ cat <<EOF 
>/etc/taler/secrets/exchange-accountcredentials-default.secret.conf
 WIRE_GATEWAY_URL = https://$BANK_DOMAIN/accounts/exchange/taler-wire-gateway/
 WIRE_GATEWAY_AUTH_METHOD = basic
 USERNAME = exchange
-PASSWORD = ${EXCHANGE_BANK_PASSWORD}
+PASSWORD = $(get_credential_pw bank/exchange)
 EOF
 
 # Allow group read for the auditor

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