taler-deployment

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

commit 7bcfdf40e192e87347c69d9f7aa94fd949cf2402
parent a4bd90ada8ed34a827c640407b8018afc34f9ee9
Author: Antoine A <>
Date:   Fri,  1 Mar 2024 12:09:40 +0100

regio: print exchange withdraw URI

Diffstat:
Mregional-currency/main.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/regional-currency/main.sh b/regional-currency/main.sh @@ -91,6 +91,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}" if test ${DO_CONVERSION} == y; then say "For currency conversion to work, you must manually complete"