summaryrefslogtreecommitdiff
path: root/sandcastle/config/merchant/taler.conf
blob: bf1eb0fdcdc44d872995387332f4cafb0266fa29 (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 = __CURRENCY__

[paths]
taler_data_home = /data

[merchant-exchange-__CURRENCY__]
currency = __CURRENCY__
exchange_base_url = __EXCHANGE_URL__
master_key = __EXCHANGE_PUB__

[merchantdb-postgres]
config = postgres://root:__DB_PASSWORD__@talerdb/taler

[merchant]
default_max_deposit_fee = __CURRENCY__:0.05
default_max_wire_fee = __CURRENCY__:0.01
wire_transfer_delay = 0 s
port = 80
serve = tcp

[frontends]
backend = __BACKEND_URL__
backend_apikey = __BACKEND_APIKEY__