merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit cc4a95b06d73b040d6f7f2838569a35d1e933057
parent eaf7955373f00e98324ca120a5835070a745080e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 20 Dec 2020 12:55:32 +0100

remove dead/redundant options

Diffstat:
Msrc/testing/test_merchant_api.conf | 22----------------------
1 file changed, 0 insertions(+), 22 deletions(-)

diff --git 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