diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-04 15:46:07 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-04 15:46:07 +0200 |
commit | 40b27a82103c8596948b37ab5784f7e2b478b162 (patch) | |
tree | 09f5692734e84dd7f9b81089c0ee8cebedf87aca /src/bank-lib/bank.conf | |
parent | 5fda47780a400c52e7e98b8b5e9cd2fd90846229 (diff) |
Tests flexibility.
It is now possible to launch the bank from
the testing-lib regardless of it being served
via HTTP or UWSGI.
Diffstat (limited to 'src/bank-lib/bank.conf')
-rw-r--r-- | src/bank-lib/bank.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |