From 40b27a82103c8596948b37ab5784f7e2b478b162 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 4 May 2018 15:46:07 +0200 Subject: Tests flexibility. It is now possible to launch the bank from the testing-lib regardless of it being served via HTTP or UWSGI. --- src/bank-lib/bank.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bank-lib/bank.conf') diff --git a/src/bank-lib/bank.conf b/src/bank-lib/bank.conf index 9befeba9e..906b95fc5 100644 --- a/src/bank-lib/bank.conf +++ b/src/bank-lib/bank.conf @@ -5,7 +5,9 @@ currency = KUDOS URL = payto://x-taler-bank/localhost:8081/1 [bank] +SERVE = http HTTP_PORT = 8081 +DATABASE = postgres:///talercheck [exchange-wire-test] bank_url = http://localhost:8081/ -- cgit v1.2.3