diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-20 12:55:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-20 12:55:32 +0100 |
commit | cc4a95b06d73b040d6f7f2838569a35d1e933057 (patch) | |
tree | 4aeeed3584f1bb98fdd7f41263d2886a7705b959 /src/testing/test_merchant_api.conf | |
parent | eaf7955373f00e98324ca120a5835070a745080e (diff) |
remove dead/redundant options
Diffstat (limited to 'src/testing/test_merchant_api.conf')
-rw-r--r-- | src/testing/test_merchant_api.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf index ce4d3d3e..6bcb08fd 100644 --- a/src/testing/test_merchant_api.conf +++ b/src/testing/test_merchant_api.conf @@ -78,23 +78,6 @@ CURRENCY = EUR # Configuration for the exchange for the testcase # ################################################### -[exchange_keys] - -# how long is one signkey valid? -signkey_duration = 4 weeks - -# how long are the signatures with the signkey valid? -legal_duration = 2 years - -# how long do we generate denomination and signing keys -# ahead of time? -lookahead_sign = 32 weeks 1 day - -# how long do we provide to clients denomination and signing keys -# ahead of time? -lookahead_provide = 4 weeks 1 day - - [exchange] # How to access our database DB = postgres @@ -102,9 +85,6 @@ DB = postgres # HTTP port the exchange listens to PORT = 8081 -SIGNKEY_LEGAL_DURATION = 2 years - - # Our public key MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG @@ -124,10 +104,8 @@ CONFIG = postgres:///talercheck [exchange-account-exchange] # What is the exchange's bank account (with the "Taler Bank" demo system)? PAYTO_URI = "payto://x-taler-bank/localhost/2" - WIRE_GATEWAY_URL = "http://localhost:8082/2/" WIRE_GATEWAY_AUTH_METHOD = NONE - ENABLE_DEBIT = YES ENABLE_CREDIT = YES |