exchange

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

commit be04cca17ce24817c40ce7227231a859a31e87d7
parent 64122e75bd042dfb3b49de4d678fc66b10f857b2
Author: Florian Dold <dold@taler.net>
Date:   Sun, 30 Aug 2026 00:20:47 +0200

exchange testing: specify TCP serving mode

Diffstat:
Msrc/testing/test_exchange_api.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf @@ -54,6 +54,7 @@ HTTP_PORT = 8082 CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 TINY_AMOUNT = EUR:0.01 +SERVE = tcp TERMS_ETAG = exchange-tos-tops-v0 PRIVACY_ETAG = 0 PORT = 8081