diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-20 17:10:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-20 17:10:01 +0100 |
commit | 6a73629aee0f04c0ab9c26329250299d3457c97e (patch) | |
tree | f7c5e8d19a4af2acd8ae6d9ab5ec68a5a43342fa /src/testing/test_exchange_api.conf | |
parent | 8e7b0f5f277a51514cb7924871183ac40d20afa6 (diff) | |
download | exchange-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.conf')
-rw-r--r-- | src/testing/test_exchange_api.conf | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf index a461620d..614aaed1 100644 --- a/src/testing/test_exchange_api.conf +++ b/src/testing/test_exchange_api.conf @@ -24,17 +24,6 @@ PRIVACY_ETAG = 0 TERMS_DIR = /home/grothoff/share/taler-exchange/tos/ PRIVACY_DIR = /home/grothoff/share/taler-exchange/pp/ -# 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 - # HTTP port the exchange listens to PORT = 8081 @@ -48,44 +37,29 @@ DB = postgres # exchange (or the twister) is actually listening. BASE_URL = "http://localhost:8081/" -# Keep it short so the test runs fast. -LOOKAHEAD_SIGN = 12 h - - [exchangedb-postgres] CONFIG = "postgres:///talercheck" - [auditordb-postgres] CONFIG = "postgres:///talercheck" # Sections starting with "exchange-account-" configure the bank accounts # of the exchange. The "URL" specifies the account in -# payto://-format, while the WIRE_JSON specifies the -# (possibly offline) signed version to be returned in /wire. -# WIRE_JSON is optional, as not all accounts must be -# advertised in /wire. +# payto://-format. [exchange-account-1] # What is the URL of our account? PAYTO_URI = "payto://x-taler-bank/localhost/42" - WIRE_GATEWAY_URL = "http://localhost:9081/42/" - # ENABLE_CREDIT = YES - [exchange-account-2] # What is the bank account (with the "Taler Bank" demo system)? PAYTO_URI = "payto://x-taler-bank/localhost/2" - WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = Exchange PASSWORD = x - WIRE_GATEWAY_URL = "http://localhost:9081/2/" - ENABLE_DEBIT = YES - ENABLE_CREDIT = YES [bank] |