taler-deployment

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

commit 0c3a266beb732d36a68980e630e2cf089d70c27f
parent a24befd99be549bfbd3c29fc57c23ea8003edd0d
Author: MS <ms@taler.net>
Date:   Thu, 30 Nov 2023 14:40:20 +0100

bank port

Diffstat:
Mnetzbon/main.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/main.sh b/netzbon/main.sh @@ -92,7 +92,7 @@ if test -z "${BANK_EXCHANGE_PASSWORD:-}"; then fi # TODO With port should be use ? ask user ? -echo "BANK_PORT=9090" >>config/user.conf +echo "BANK_PORT=8080" >>config/user.conf if test "${ENABLE_TLS:-}" == "y"; then PROTO="https" else