diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-01 19:47:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-01 19:47:01 +0100 |
commit | d3184e04e2a604673655899989707664736b3468 (patch) | |
tree | 7ab1235a0c99c7f120b414aece1e85a4e0058ca4 /src/testing/test_bank_api_nexus.conf | |
parent | 06b8ed9ba8ed30181285b6c75089150d2662b366 (diff) |
add logic to launch crypto helpers as part of tests
Diffstat (limited to 'src/testing/test_bank_api_nexus.conf')
-rw-r--r-- | src/testing/test_bank_api_nexus.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf index a437180f8..e9a64e2a1 100644 --- a/src/testing/test_bank_api_nexus.conf +++ b/src/testing/test_bank_api_nexus.conf @@ -16,4 +16,7 @@ PASSWORD = x [bank] # not (!) used by the nexus, only by the helper # check to make sure the port is free for the nexus. -HTTP_PORT = 5001 +HTTP_PORT = 5001 + +[auditor] +BASE_URL = "http://localhost:8083/" |