summaryrefslogtreecommitdiff
path: root/config/test.taler.net/taler.conf
blob: 59f3f7d8e247490559425cca8e3aa237a040232a (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
[paths]
TALER_CONFIG_HOME = ${TALER_DEPLOYMENT_BASE:-$HOME}/config/taler
# data that is shared across all deployments on e.g. one account
TALER_DEPLOYMENT_SHARED = ${HOME}/shared-data

[taler]
CURRENCY = PUDOS

[bank]
uwsgi_serve = unix
uwsgi_unixpath = ${TALER_DEPLOYMENT_BASE:-$HOME}/sockets/bank.uwsgi

[donations]
uwsgi_serve = unix
uwsgi_unixpath = ${TALER_DEPLOYMENT_BASE:-$HOME}/sockets/donations.uwsgi

[blog]
uwsgi_serve = unix
uwsgi_unixpath = ${TALER_DEPLOYMENT_BASE:-$HOME}/sockets/blog.uwsgi

[merchant]
WIREFORMAT = test
SERVE = unix
UNIXPATH = ${TALER_DEPLOYMENT_BASE:-$HOME}/sockets/merchant.http
KEYFILE = ${TALER_DEPLOYMENT_SHARED}/merchant/merchant.priv

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

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

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

[exchange]
SERVE = unix
UNIXPATH = ${TALER_DEPLOYMENT_BASE:-$HOME}/sockets/exchange.http

KEYDIR = ${TALER_DEPLOYMENT_SHARED:-$HOME}/exchange/live-keys/
MASTER_PRIV_FILE = ${TALER_DEPLOYMENT_SHARED}/exchange/offline-keys/master.priv

MASTER_PUBLIC_KEY = CQQZ9DY3MZ1ARMN5K1VKDETS04Y2QCKMMCFHZSWJWWVN82BTTH00
WIREFORMAT = test
TESTRUN = YES

[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

[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