commit 1b8589d50c22c1d092c6a10644afa54dbaf28474
parent cf63bbf09719b06c204a24b0dccc2c6f7ed4d85a
Author: ms <ms@taler.net>
Date: Wed, 22 Sep 2021 21:22:46 +0200
config
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin
@@ -40,6 +40,8 @@ function stop_running() {
trap "stop_running" EXIT
+
+export IBAN_EXCHANGE="EX00000000000000000000"
function generate_config() {
EXCHANGE_PUB=$(gnunet-ecc -p "$HOME/deployment/private-keys/${TALER_ENV_NAME}-exchange-master.priv")
@@ -287,7 +289,6 @@ libeufin-cli \
--host-id=$EBICS_HOST
echo " OK"
-export IBAN_EXCHANGE="EX00000000000000000000"
export IBAN_MERCHANT="ME00000000000000000001"
export IBAN_CUSTOMER="WA00000000000000000000"