From b1e305fb05ebc39d0c428ed02ef073ebfb3b82e0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Dec 2020 16:19:28 +0100 Subject: remove obsolete configuration options --- src/benchmark/benchmark.conf | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'src/benchmark/benchmark.conf') diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf index b9d1d141d..ed02cfc2d 100644 --- a/src/benchmark/benchmark.conf +++ b/src/benchmark/benchmark.conf @@ -55,9 +55,6 @@ USER_PAYTO_URI = payto://x-taler-bank/localhost:8082/42 PAYTO_URI = "payto://x-taler-bank/localhost:8082/Exchange" # What is the bank account (with the "Taler Bank" demo system)? Must end with "/". WIRE_GATEWAY_URL = http://localhost:8082/taler-wire-gateway/Exchange/ -# This is the response we give out for the /wire request. It provides -# wallets with the bank information for transfers to the exchange. -WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-exchange.json # Authentication information for basic authentication WIRE_GATEWAY_AUTH_METHOD = "basic" username = Exchange @@ -68,31 +65,6 @@ enable_credit = YES -[fees-x-taler-bank] -# Fees for the foreseeable future... -# If you see this after 2017, update to match the next 10 years... -wire-fee-2018 = EUR:0.01 -wire-fee-2019 = EUR:0.01 -wire-fee-2020 = EUR:0.01 -wire-fee-2021 = EUR:0.01 -wire-fee-2022 = EUR:0.01 -wire-fee-2023 = EUR:0.01 -wire-fee-2024 = EUR:0.01 -wire-fee-2025 = EUR:0.01 -wire-fee-2026 = EUR:0.01 -wire-fee-2027 = EUR:0.01 - -closing-fee-2018 = EUR:0.01 -closing-fee-2019 = EUR:0.01 -closing-fee-2020 = EUR:0.01 -closing-fee-2021 = EUR:0.01 -closing-fee-2022 = EUR:0.01 -closing-fee-2023 = EUR:0.01 -closing-fee-2024 = EUR:0.01 -closing-fee-2025 = EUR:0.01 -closing-fee-2026 = EUR:0.01 -closing-fee-2027 = EUR:0.01 - # Sections starting with "coin_" specify which denominations # the exchange should support (and their respective fee structure) [coin_eur_ct_1] -- cgit v1.2.3