summaryrefslogtreecommitdiff
path: root/taler.conf
blob: ac50abb6a95fb0f542e9e9c71ef58796bf5f5a45 (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
[taler]
currency = TESTKUDOS

[taler-mdb]
backend-base-url = http://backend.test.taler.net/
backend-authorization = ApiKey sandbox
# taler url for success message (see taler documentation)
fulfillment-url = taler://fulfillment-success
# alternative url (see taler documentation)
#fulfillment-url = https(s)://
# Message to diplay after purchase is completed,
# will be concatenated with product
# must be url - utf8 encoded
fulfillment-msg = /Enjoy+your+

# Name of the UART where the MDB connector is reachable.
UART_DEVICE = /dev/ttyAMA0

# Name of the framebuffer to use for the QR code.
FRAMEBUFFER_DEVICE = /dev/fb1

#Products
#end declaration

[product-3]
description = KitKat
price = TESTKUDOS:0.1
key = k
number = 4

[product-2]
description = Mars
price = TESTKUDOS:0.1
key = m
number = 3
#twix

[product-1]
description = Twix
price = TESTKUDOS:0.1
key = t
number = 2
#snickers

[product-0]
description = Snickers
price = TESTKUDOS:0.1
key = s
number = 1