summaryrefslogtreecommitdiff
path: root/config/test.taler.net/taler.conf
blob: b8e448c22d40e2809d44930a9d7c4183a06dbf42 (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
[taler]
CURRENCY = PUDOS

[bank]
uwsgi_port = 8000

[merchant]
WIREFORMAT = test
PORT = 19966

[merchant-wireformat]
BANK_URI = https://bank.test.taler.net
BANK_ACCOUNT_NUMBER = 3
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant_test_wireformat.json

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

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

[exchange]
master_public_key = CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00
WIREFORMAT = test
PORT = 14241
TESTRUN = YES

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

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

[wire-incoming-test]
BANK_URI = https://bank.test.taler.net/
BANK_ACCOUNT_NUMBER = 1
EXCHANGE_ACCOUNT_NUMBER = 2
#TEST_RESPONSE_FILE = /home/test/config/exchange/config/test.json

[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

[merchant]
EDATE = 3 week

# 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:0.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