commit 66b3a7acd22f3b0fa02071da3eeb0a972579806d parent c4e57ab4afc161ec488a3337b8c8521606b35e14 Author: Florian Dold <florian@dold.me> Date: Tue, 10 Feb 2026 10:40:43 +0100 remove outdated file Diffstat:
| D | merchant-benchmark.conf | | | 122 | ------------------------------------------------------------------------------- |
1 file changed, 0 insertions(+), 122 deletions(-)
diff --git a/merchant-benchmark.conf b/merchant-benchmark.conf @@ -1,122 +0,0 @@ -[PATHS] -# Persistent data storage for the benchmark -TALER_TEST_HOME = benchmark_home/ - -[taler] -# If you change the currency here, you MUST change it -# throughout the file. -CURRENCY = EUR -CURRENCY_ROUND_UNIT = EUR:0.01 - -[merchant] -SERVE = tcp -PORT = 8080 -DB = postgres - -[merchantdb-postgres] -CONFIG = postgres:///talercheck - -[exchange] -DB = postgres -SERVE = tcp -PORT = 8081 -BASE_URL = http://localhost:8081/ -MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG - -[exchangedb-postgres] -CONFIG = postgres:///talercheck - -[auditor] -DB = postgres -SERVE = tcp -PORT = 8083 -BASE_URL = http://the.auditor/ - -[auditordb-postgres] -CONFIG = postgres:///talercheck - -[bank] -DATABASE = postgres:///talerbank -SERVE = http -HTTP_PORT = 8082 -MAX_DEBT = EUR:5000.0 -MAX_DEBT_BANK = EUR:0.0 - -[merchant-exchange-test] -MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG -EXCHANGE_BASE_URL = http://localhost:8081/ -CURRENCY = EUR - -[exchange-account-exchange] -# The account name MUST be 'Exchange' -PAYTO_URI = payto://x-taler-bank/localhost/Exchange -WIRE_RESPONSE = ${TALER_CONFIG_HOME}/exchange/account.json -WIRE_GATEWAY_URL = http://localhost:8082/accounts/Exchange/taler-wire-gateway/ -WIRE_GATEWAY_AUTH_METHOD = basic -USERNAME = Exchange -# The password MUST be 'x' -PASSWORD = x -ENABLE_DEBIT = YES -ENABLE_CREDIT = YES - -[fees-x-taler-bank] -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-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 - -[coin_eur_ct_1] -value = EUR:0.01 -duration_withdraw = 7 days -duration_spend = 2 years -duration_legal = 3 years -fee_withdraw = EUR:0.00 -fee_deposit = EUR:0.00 -fee_refresh = EUR:0.01 -fee_refund = EUR:0.01 -rsa_keysize = 1024 - -[coin_eur_ct_10] -value = EUR:0.10 -duration_withdraw = 7 days -duration_spend = 2 years -duration_legal = 3 years -fee_withdraw = EUR:0.01 -fee_deposit = EUR:0.01 -fee_refresh = EUR:0.03 -fee_refund = EUR:0.01 -rsa_keysize = 1024 - -[coin_eur_1] -value = EUR:1 -duration_withdraw = 7 days -duration_spend = 2 years -duration_legal = 3 years -fee_withdraw = EUR:0.01 -fee_deposit = EUR:0.01 -fee_refresh = EUR:0.03 -fee_refund = EUR:0.01 -rsa_keysize = 1024 - -[coin_eur_5] -value = EUR:5 -duration_withdraw = 7 days -duration_spend = 2 years -duration_legal = 3 years -fee_withdraw = EUR:0.01 -fee_deposit = EUR:0.01 -fee_refresh = EUR:0.03 -fee_refund = EUR:0.01 -rsa_keysize = 1024