gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sandcastle-ng] branch master updated: auditor ports


From: gnunet
Subject: [taler-sandcastle-ng] branch master updated: auditor ports
Date: Mon, 26 Aug 2024 21:05:51 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository sandcastle-ng.

The following commit(s) were added to refs/heads/master by this push:
     new 4ad2433  auditor ports
4ad2433 is described below

commit 4ad2433233cca00e53fe362e3cb005b54ebc697b
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Aug 26 21:05:47 2024 +0200

    auditor ports
---
 host/container-taler-sandcastle-kyctest.service | 1 +
 sandcastle-run                                  | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/host/container-taler-sandcastle-kyctest.service 
b/host/container-taler-sandcastle-kyctest.service
index fd60c0f..12d8851 100644
--- a/host/container-taler-sandcastle-kyctest.service
+++ b/host/container-taler-sandcastle-kyctest.service
@@ -17,6 +17,7 @@ Environment=SANDCASTLE_PORT_LANDING=127.0.0.1:16405
 Environment=SANDCASTLE_PORT_LIBEUFIN_BANK=127.0.0.1:16407
 Environment=SANDCASTLE_PORT_BANK_SPA=127.0.0.1:16409
 Environment=SANDCASTLE_PORT_CHALLENGER=127.0.0.1:16410
+Environment=SANDCASTLE_PORT_AUDITOR=127.0.0.1:16411
 Restart=on-failure
 TimeoutStopSec=70
 ExecStart=/home/taler-kyctest/sandcastle-ng/sandcastle-run
diff --git a/sandcastle-run b/sandcastle-run
index a2e1789..7331115 100755
--- a/sandcastle-run
+++ b/sandcastle-run
@@ -12,6 +12,7 @@ 
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_CHALLENGER:-127.0.0.1:16010}
+SANDCASTLE_PORT_AUDITOR=${SANDCASTLE_PORT_AUDITOR:-127.0.0.1:16011}
 
 # Container-internal ports, should by synced with scripts/setup-sandcastle.sh
 PORT_INTERNAL_EXCHANGE=8201
@@ -59,6 +60,7 @@ exec podman run \
   -p=$SANDCASTLE_PORT_DONATIONS:$PORT_INTERNAL_DONATIONS \
   -p=$SANDCASTLE_PORT_BANK_SPA:$PORT_INTERNAL_BANK_SPA \
   -p=$SANDCASTLE_PORT_CHALLENGER:$PORT_INTERNAL_CHALLENGER \
+  -p=$SANDCASTLE_PORT_AUDITOR:$PORT_INTERNAL_AUDITOR \
   --name taler-sandcastle \
   --systemd=always \
   -v talerdata:/talerdata:Z \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]