summaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api_twisted.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-20 17:10:01 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-20 17:10:01 +0100
commit6a73629aee0f04c0ab9c26329250299d3457c97e (patch)
treef7c5e8d19a4af2acd8ae6d9ab5ec68a5a43342fa /src/testing/test_exchange_api_twisted.conf
parent8e7b0f5f277a51514cb7924871183ac40d20afa6 (diff)
downloadexchange-6a73629aee0f04c0ab9c26329250299d3457c97e.tar.gz
exchange-6a73629aee0f04c0ab9c26329250299d3457c97e.tar.bz2
exchange-6a73629aee0f04c0ab9c26329250299d3457c97e.zip
re-enable cherry picking test (kind-of passes, not finished)
Diffstat (limited to 'src/testing/test_exchange_api_twisted.conf')
-rw-r--r--src/testing/test_exchange_api_twisted.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/testing/test_exchange_api_twisted.conf b/src/testing/test_exchange_api_twisted.conf
index 4c7e0ce61..378ee61ac 100644
--- a/src/testing/test_exchange_api_twisted.conf
+++ b/src/testing/test_exchange_api_twisted.conf
@@ -9,21 +9,6 @@ CURRENCY = EUR
CURRENCY_ROUND_UNIT = EUR:0.01
[exchange]
-
-# how long is one signkey valid?
-SIGNKEY_DURATION = 4 weeks
-
-# how long are the signatures with the signkey valid?
-LEGAL_DURATION = 2 years
-signkey_legal_duration = 2 years
-
-# how long do we provide to clients denomination and signing keys
-# ahead of time?
-LOOKAHEAD_PROVIDE = 4 weeks 1 day
-
-# Keep it short so the test runs fast.
-LOOKAHEAD_SIGN = 12 h
-
# HTTP port the exchange listens to
PORT = 8081
@@ -40,29 +25,22 @@ DB = postgres
# only seeks the exchange/BASE_URL URL to connect to the exchange.
BASE_URL = "http://localhost:8888/"
-
[exchangedb-postgres]
CONFIG = "postgres:///talercheck"
-
[auditor]
BASE_URL = "http://localhost:8083/"
-
PORT = 8083
-
[auditordb-postgres]
CONFIG = "postgres:///talercheck"
[exchange-account-1]
# What is the URL of our account?
PAYTO_URI = "payto://x-taler-bank/localhost/42"
-# This is the response we give out for the /wire request. It provides
-# wallets with the bank information for transfers to the exchange.
WIRE_GATEWAY_URL = "http://localhost:9081/42/"
WIRE_GATEWAY_AUTH_METHOD = NONE
-
[exchange-account-2]
PAYTO_URI = payto://x-taler-bank/localhost/2
WIRE_GATEWAY_URL = "http://localhost:8082/2/"
@@ -72,11 +50,9 @@ PASSWORD = pass
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES
-
[bank]
HTTP_PORT = 8082
-
[twister]
# HTTP listen port for twister
HTTP_PORT = 8888