summaryrefslogtreecommitdiff
path: root/config/test.taler.net/taler.conf
blob: dcb4e63f261f77ad3663dcf2af5e954ab4059831 (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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
[paths]
TALER_DEPLOYMENT_SHARED = ${HOME}/shared-data


[taler]
CURRENCY = PUDOS


[bank]
uwsgi_serve = unix
database = talertest

[bank-admin]
uwsgi_serve = unix
uwsgi_unixpath = $HOME/sockets/bank.uwsgi
database = talertest

[donations]
uwsgi_serve = unix
uwsgi_unixpath = $HOME/sockets/donations.uwsgi


[blog]
uwsgi_serve = unix
uwsgi_unixpath = $HOME/sockets/blog.uwsgi


[merchant]
WIREFORMAT = test
SERVE = unix
UNIXPATH = $HOME/sockets/merchant.http
# WARNING: The following line may be obsolete.
KEYFILE = ${TALER_DEPLOYMENT_SHARED}/merchant/merchant.priv
WIRE_TRANSFER_DELAY = 1 m


[merchantdb-postgres]
CONFIG = postgres:///talertest


[merchant-exchange-test]
URI = https://exchange.test.taler.net/
MASTER_KEY = CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00


[frontends]
BACKEND = https://shop.test.taler.net/backend/


[exchange]
SERVE = unix
UNIXPATH = $HOME/sockets/exchange.http
MASTER_PRIV_FILE = ${TALER_DEPLOYMENT_SHARED}/exchange/offline-keys/master.priv
MASTER_PUBLIC_KEY = CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00
WIREFORMAT = test
KEYDIR = ${TALER_DEPLOYMENT_SHARED}/exchange/live-keys/

[exchange-admin]
SERVE = unix
UNIXPATH = $HOME/sockets/exchange-admin.http

[exchangedb-postgres]
DB_CONN_STR = "postgres:///talertest"


[exchange-wire-outgoing-test]
BANK_URI = https://bank.test.taler.net/
BANK_ACCOUNT_NUMBER = 1
EXCHANGE_ACCOUNT_NUMBER = 2


[exchange_keys]
# how long is one signkey valid?
signkey_duration = 18 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


# Coin definitions are detected because the section
# name begins with "coin_".  The rest of the
# name is free, but of course following the convention
# of "coin_$CURRENCY[_$SUBUNIT]_$VALUE" make sense.
[coin_pudos_ct_10]
value = PUDOS:0.10
duration_overlap = 5 minutes
duration_withdraw = 32 years
duration_spend = 12 years
duration_legal = 3 years
fee_withdraw = PUDOS:0.01
fee_deposit = PUDOS:1.01
fee_refresh = PUDOS:0.01
fee_refund = PUDOS:0.01
rsa_keysize = 1024


[coin_pudos_1]
value = PUDOS:1
duration_overlap = 5 minutes
duration_withdraw = 17 weeks
duration_spend = 12 years
duration_legal = 3 years
fee_withdraw = PUDOS:0.01
fee_deposit = PUDOS:0.01
fee_refresh = PUDOS:0.01
fee_refund = PUDOS:0.01
rsa_keysize = 1024


[coin_pudos_2]
value = PUDOS:2
duration_overlap = 5 minutes
duration_withdraw = 17 weeks
duration_spend = 12 years
duration_legal = 3 years
fee_withdraw = PUDOS:0.01
fee_deposit = PUDOS:0.01
fee_refresh = PUDOS:0.01
fee_refund = PUDOS:0.01
rsa_keysize = 1024


[coin_pudos_5]
value = PUDOS:5
duration_overlap = 5 minutes
duration_withdraw = 17 weeks
duration_spend = 12 years
duration_legal = 3 years
fee_withdraw = PUDOS:0.01
fee_deposit = PUDOS:0.01
fee_refresh = PUDOS:0.01
fee_refund = PUDOS:0.01
rsa_keysize = 1024


[coin_pudos_10]
value = PUDOS:10
duration_overlap = 5 minutes
duration_withdraw = 17 weeks
duration_spend = 12 years
duration_legal = 3 years
fee_withdraw = PUDOS:0.01
fee_deposit = PUDOS:0.01
fee_refresh = PUDOS:0.01
fee_refund = PUDOS:0.01
rsa_keysize = 1024


[coin_pudos_1000]
value = PUDOS:1000
duration_overlap = 5 minutes
duration_withdraw = 17 weeks
duration_spend = 12 years
duration_legal = 3 years
fee_withdraw = PUDOS:0.01
fee_deposit = PUDOS:0.01
fee_refresh = PUDOS:0.01
fee_refund = PUDOS:0.01
rsa_keysize = 2048



[merchant-instance-wireformat-Tor]
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/tor.json

[merchant-instance-wireformat-GNUnet]
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/gnunet.json

[merchant-instance-wireformat-Taler]
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/taler.json


[merchant-instance-Tor]
KEYFILE = ${TALER_DATA_HOME}/merchant/tor.priv

[merchant-instance-GNUnet]
KEYFILE = ${TALER_DATA_HOME}/merchant/gnunet.priv

[merchant-instance-Taler]
KEYFILE = ${TALER_DATA_HOME}/merchant/taler.priv