From 6a73629aee0f04c0ab9c26329250299d3457c97e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 20 Dec 2020 17:10:01 +0100 Subject: re-enable cherry picking test (kind-of passes, not finished) --- src/testing/test_exchange_api_twisted.conf | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/testing/test_exchange_api_twisted.conf') 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 -- cgit v1.2.3