sandcastle-ng

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

commit d01f17e5feaa0e9d8fad9b64773c75f673cb0d0d
parent f8c6c0876546fb4699293a8cbf8f58adb22c7ff4
Author: Florian Dold <florian@dold.me>
Date:   Fri, 23 Aug 2024 17:00:07 +0200

-typo

Diffstat:
Msandcastle-run | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandcastle-run b/sandcastle-run @@ -11,7 +11,7 @@ SANDCASTLE_PORT_DONATIONS=${SANDCASTLE_PORT_DONATIONS:-127.0.0.1:16003} SANDCASTLE_PORT_LANDING=${SANDCASTLE_PORT_LANDING:-127.0.0.1:16005} SANDCASTLE_PORT_LIBEUFIN_BANK=${SANDCASTLE_PORT_LIBEUFIN_BANK:-127.0.0.1:16007} SANDCASTLE_PORT_BANK_SPA=${SANDCASTLE_PORT_BANK_SPA:-127.0.0.1:16009} -SANDCASTLE_PORT_CHALLENGER=${SANDCASTLE_PORT_BANK_SPA:-127.0.0.1:16010} +SANDCASTLE_PORT_CHALLENGER=${SANDCASTLE_PORT_CHALLENGER:-127.0.0.1:16010} # Container-internal ports, should by synced with scripts/setup-sandcastle.sh PORT_INTERNAL_EXCHANGE=8201