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

[frontends]

# Merchant backend to use.
backend = http://backend.euro.taler.net/

# This value will fill: "Authorization: ApiKey <fill here>"
# NOTE: needs to be changed, but real value shouldn't be in
# the public Git.
backend_apikey = sandbox

[donations]

# The following three options configure the way the donations
# shop will serve UWSGI requests via unix domain sockets.
uwsgi_serve = unix
uwsgi_unixpath = /path/to/donations.uwsgi
uwsgi_unixpath_mode = 660

# The following option picks the merchant instance that
# will be represented by the running donations shop.
instance = default