commit 300a61a7187b1e2c822d803bde3cf8ac423de877
parent 461dab21102484f0c51b8cabd55dfa926bbc027e
Author: Florian Dold <florian@dold.me>
Date: Fri, 6 Sep 2024 15:32:26 +0200
fix exchange credentials
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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