taler-deployment

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

commit 7557cb07e15fabdee5b2e40a860b6fd4596a2011
parent 75858597160a07e90d9417797a8c7d792f472ca9
Author: MS <ms@taler.net>
Date:   Tue, 22 Nov 2022 20:01:22 +0100

debug: set JVM stack trace size to max

Diffstat:
Mdocker/demo/images/libeufin/startup.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/docker/demo/images/libeufin/startup.sh b/docker/demo/images/libeufin/startup.sh @@ -2,6 +2,7 @@ set -o pipefail set -eu +export JAVA_OPTS="-XX:MaxJavaStackTraceDepth=1073741823" MAYBE_VOLUME_MOUNTPOINT="/data/libeufin" export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:${MAYBE_VOLUME_MOUNTPOINT}/sandbox.sqlite3" @@ -97,6 +98,7 @@ echo DONE EXCHANGE_NEXUS_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment -o exchange-nexus-username` EXCHANGE_NEXUS_PASSWORD=`taler-config -c /config/deployment.conf -s taler-deployment -o exchange-nexus-password` + echo -n "Creating Nexus superuser..." # Idempotent in the sense that if the user is found, # they'll get the password changed.