exchange

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

commit 8800110b72d539e6e9a57ca9e6a66a9ad427f528
parent a4813d1864a6cc00f829b35849c3cc5f78d75764
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  7 Jun 2019 14:51:48 +0200

update twister conf

Diffstat:
Msrc/bank-lib/bank_twisted.conf | 1+
Msrc/lib/test_exchange_api_twisted.conf | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/bank-lib/bank_twisted.conf b/src/bank-lib/bank_twisted.conf @@ -2,6 +2,7 @@ [twister] # HTTP listen port for twister HTTP_PORT = 8888 +SERVE = tcp # HTTP Destination for twister. The test-Webserver needs # to listen on the port used here. Note: no trailing '/'! diff --git a/src/lib/test_exchange_api_twisted.conf b/src/lib/test_exchange_api_twisted.conf @@ -4,6 +4,7 @@ [twister] # HTTP listen port for twister HTTP_PORT = 8888 +SERVE = tcp # HTTP Destination for twister. The test-Webserver needs # to listen on the port used here. Note: no trailing '/'!