summaryrefslogtreecommitdiff
path: root/src/benchmark/example.conf
blob: 2a10b1fbe2a2833815b5337d270161986b8c7c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[taler]
# Must be EUR, as refresh CMDs have hardcoded currency.
currency = EUR

[paths]
# Apparently ignored by the bank.
taler_run = $HOME/run
taler_test_home = /tmp/taler_test_home

[exchange]
base_url = http://localhost:18080/
serve = tcp
port = 18080

# NOTE: this is the only value that cannot be
# generated on the fly, so it must be set beforehand.
master_public_key = VN3AZMENQAW2AWGY8SV7W9KF2ZG44GR904ADEWKT7K98FWBD0QWG
master_priv_file = ${TALER_RUN}/exchange/priv
db = postgres
lookahead_sign = 12 h

[exchangedb]
wirefee_base_dir = ${TALER_TEST_HOME}/exchange/wirefees/
auditor_base_dir = ${TALER_TEST_HOME}/auditor/sigs/

[exchangedb-postgres]
config = postgres:///talercheck

[account-1]
url = payto://x-taler-bank/localhost:8080/2
# NOTE: the user should run `taler-exchange-wire' _before_
# running the benchmark in order to get this JSON defined.
wire_response = ${TALER_TEST_HOME}/exchange/account-benchmark-2.json
plugin = taler_bank
taler_bank_auth_method = basic
username = Exchange
password = x
enable_debit = yes
enable_credit = yes

[fees-x-taler-bank]
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

[coin_eur_ct_1]
value = EUR:0.01
duration_overlap = 5 minutes
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_overlap = 5 minutes
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_overlap = 5 minutes
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_overlap = 5 minutes
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_10]
value = EUR:10
duration_overlap = 5 minutes
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