summaryrefslogtreecommitdiff
path: root/src/benchmark/taler-exchange-benchmark.conf
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 15:43:27 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 15:43:27 +0200
commit953a2bd382471ea6ce8fefbb6a9f4d8a9251d2b1 (patch)
tree01b8a40ec590cc5ae4c1d697cbe11c798e000049 /src/benchmark/taler-exchange-benchmark.conf
parentdc7e2fc00e2876f83b8d9f9fa4b8bfc6a5b67ec7 (diff)
downloadexchange-953a2bd382471ea6ce8fefbb6a9f4d8a9251d2b1.tar.gz
exchange-953a2bd382471ea6ce8fefbb6a9f4d8a9251d2b1.tar.bz2
exchange-953a2bd382471ea6ce8fefbb6a9f4d8a9251d2b1.zip
Add benchmark example config file.
Diffstat (limited to 'src/benchmark/taler-exchange-benchmark.conf')
-rw-r--r--src/benchmark/taler-exchange-benchmark.conf116
1 files changed, 0 insertions, 116 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.conf b/src/benchmark/taler-exchange-benchmark.conf
deleted file mode 100644
index 8aacf1afb..000000000
--- a/src/benchmark/taler-exchange-benchmark.conf
+++ /dev/null
@@ -1,116 +0,0 @@
-[benchmark]
-BANK_DETAILS = bank_details.json
-MERCHANT_DETAILS = merchant_details.json
-
-[PATHS]
-# Persistant data storage for the testcase
-TALER_TEST_HOME = test_benchmark_home/
-
-[taler]
-CURRENCY = KUDOS
-
-[exchange]
-
-# HTTP port the exchange listens to
-PORT = 8081
-# How to access our database
-DB = postgres
-
-# Master public key used to sign the exchange's various keys
-MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
-
-
-
-[exchangedb-postgres]
-CONFIG = "postgres:///talercheck"
-
-[account-exchange]
-
-# What is the main website of the bank?
-# (Not used unless the aggregator is run.)
-URL = "payto://x-taler-bank/localhost:8082/3"
-
-PLUGIN = "taler_bank"
-
-ENABLE_CREDIT = YES
-
-ENABLE_DEBIT = YES
-
-TALER_BANK_AUTH_METHOD = NONE
-
-# 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.json
-
-
-[fees-x-taler-bank]
-WIRE-FEE-2017 = KUDOS:0.01
-WIRE-FEE-2018 = KUDOS:0.01
-WIRE-FEE-2019 = KUDOS:0.01
-WIRE-FEE-2020 = KUDOS:0.01
-WIRE-FEE-2021 = KUDOS:0.01
-WIRE-FEE-2022 = KUDOS:0.01
-WIRE-FEE-2023 = KUDOS:0.01
-WIRE-FEE-2024 = KUDOS:0.01
-WIRE-FEE-2025 = KUDOS:0.01
-WIRE-FEE-2026 = KUDOS:0.01
-
-CLOSING-FEE-2017 = KUDOS:0.01
-CLOSING-FEE-2018 = KUDOS:0.01
-CLOSING-FEE-2019 = KUDOS:0.01
-CLOSING-FEE-2020 = KUDOS:0.01
-CLOSING-FEE-2021 = KUDOS:0.01
-CLOSING-FEE-2022 = KUDOS:0.01
-CLOSING-FEE-2023 = KUDOS:0.01
-CLOSING-FEE-2024 = KUDOS:0.01
-CLOSING-FEE-2025 = KUDOS:0.01
-CLOSING-FEE-2026 = KUDOS:0.01
-
-
-[coin_kudos_1]
-value = KUDOS:1
-duration_overlap = 5 minutes
-duration_withdraw = 7 days
-duration_spend = 2 years
-duration_legal = 3 years
-fee_withdraw = KUDOS:0.00
-fee_deposit = KUDOS:0.00
-fee_refresh = KUDOS:0.00
-fee_refund = KUDOS:0.00
-rsa_keysize = 1024
-
-[coin_kudos_2]
-value = KUDOS:2
-duration_overlap = 5 minutes
-duration_withdraw = 7 days
-duration_spend = 2 years
-duration_legal = 3 years
-fee_withdraw = KUDOS:0.00
-fee_deposit = KUDOS:0.00
-fee_refresh = KUDOS:0.00
-fee_refund = KUDOS:0.00
-rsa_keysize = 1024
-
-[coin_kudos_4]
-value = KUDOS:4
-duration_overlap = 5 minutes
-duration_withdraw = 7 days
-duration_spend = 2 years
-duration_legal = 3 years
-fee_withdraw = KUDOS:0.00
-fee_deposit = KUDOS:0.00
-fee_refresh = KUDOS:0.00
-fee_refund = KUDOS:0.00
-rsa_keysize = 1024
-
-[coin_kudos_8]
-value = KUDOS:8
-duration_overlap = 5 minutes
-duration_withdraw = 7 days
-duration_spend = 2 years
-duration_legal = 3 years
-fee_withdraw = KUDOS:0.00
-fee_deposit = KUDOS:0.00
-fee_refresh = KUDOS:0.00
-fee_refund = KUDOS:0.00
-rsa_keysize = 1024