taler-deployment

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

commit fa60bf55ccb664243893868f72d8b1e82d6f0b02
parent 61cf5c57c593f1ea6ee5f13552d82862e2702cb5
Author: MS <ms@taler.net>
Date:   Tue,  1 Nov 2022 18:47:29 +0100

adapt sandbox check

Diffstat:
Mdocker/hybrid/images/merchant/startup.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/hybrid/images/merchant/startup.sh b/docker/hybrid/images/merchant/startup.sh @@ -112,7 +112,7 @@ PAYTO_RESERVE=$( ) SANDBOX_URL="http://bank:15000/demobanks/default/" -is_serving ${SANDBOX_URL} +is_serving "${SANDBOX_URL}/integration-api/config" SURVEY_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment -o survey-sandbox-username` export LIBEUFIN_SANDBOX_USERNAME=${SURVEY_USERNAME} export LIBEUFIN_SANDBOX_PASSWORD=`taler-config -c /config/deployment.conf -s taler-deployment -o survey-sandbox-password`