sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit b34c63f9c8d47c134213bd1a49de44bb22f7c1da
parent 964a356059b9fa0a2edfd4809ba0df96590a29f3
Author: Florian Dold <florian@dold.me>
Date:   Mon,  4 Dec 2023 23:46:26 +0100

sandcastle: update libeufin config

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

diff --git a/scripts/demo/setup-sandcastle.sh b/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