taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit fb4d4d5e3fbbe355cb779de206fb64d37abbd227
parent bb5d1d0ceecfb59903cccfba0a2e13f77e39e956
Author: Antoine A <>
Date:   Tue, 16 Apr 2024 15:29:59 +0900

regio: remove MASTER_PUBLIC_KEY from withdraw URI

Diffstat:
Mregional-currency/main.sh | 2+-
Mregional-currency/setup-exchange.sh | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/regional-currency/main.sh b/regional-currency/main.sh @@ -90,7 +90,7 @@ say "Your bank is at ${PROTO}://bank.${DOMAIN_NAME}/" say "You can connect to the bank web UI as 'admin' using '${BANK_ADMIN_PASSWORD}'" say "A merchant is at ${PROTO}://backend.${DOMAIN_NAME}/" say "You should set credentials for the merchant soon." -say "The exchange withdraw URI is taler://withdraw-exchange/exchange.${DOMAIN_NAME}/${MASTER_PUBLIC_KEY}" +say "The exchange withdraw URI is taler://withdraw-exchange/exchange.${DOMAIN_NAME}/" if test ${DO_CONVERSION} == y; then say "For currency conversion to work, you must manually complete" diff --git a/regional-currency/setup-exchange.sh b/regional-currency/setup-exchange.sh @@ -89,8 +89,6 @@ else fi fi -export MASTER_PUBLIC_KEY - say "Stopping running exchange before reconfiguration" systemctl stop taler-exchange.target &>> setup.log