exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 789cd97b689513ee80d4c729f6aff8c5a514b352
parent 4e93638683242d4c5d61aac8fe4027b333d7318a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  3 Oct 2020 12:26:56 +0200

use current bank CLI and CFG options for auditor tests

Diffstat:
Msrc/auditor/generate-auditor-basedb.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh @@ -115,7 +115,7 @@ mv a2e.dat $ABD # Launch services echo "Launching services" -taler-bank-manage-testing $CONF postgres:///$TARGET_DB serve-http & +taler-bank-manage-testing $CONF postgres:///$TARGET_DB serve & taler-exchange-httpd -c $CONF 2> taler-exchange-httpd.log & taler-merchant-httpd -c $CONF -L INFO 2> taler-merchant-httpd.log & taler-exchange-wirewatch -c $CONF 2> taler-exchange-wirewatch.log &