taler-deployment

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

commit 3a2f755a1f419a7f563ef19f97412691c757ae5c
parent 9a5bae46795903a6af22d2af614954a70f78a9be
Author: Florian Dold <florian@dold.me>
Date:   Mon,  4 Dec 2023 23:46:26 +0100

sandcastle: update libeufin config

Diffstat:
Msandcastle-ng/scripts/demo/setup-sandcastle.sh | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sandcastle-ng/scripts/demo/setup-sandcastle.sh b/sandcastle-ng/scripts/demo/setup-sandcastle.sh @@ -184,13 +184,11 @@ CONFIG = postgresql:///$BANK_DB [libeufin-bank] CURRENCY = $CURRENCY -DEFAULT_CUSTOMER_DEBT_LIMIT = $CURRENCY:5000 -DEFAULT_ADMIN_DEBT_LIMIT = $CURRENCY:200000000000 +DEFAULT_DEBT_LIMIT = $CURRENCY:500 REGISTRATION_BONUS = $CURRENCY:100 -REGISTRATION_BONUS_ENABLED = yes SPA_CAPTCHA_URL = https://$BANK_DOMAIN/webui/#/operation/{woid} SUGGESTED_WITHDRAWAL_EXCHANGE = https://$EXCHANGE_DOMAIN/ - +ALLOW_REGISTRATION = yes SERVE = tcp PORT = 8080