summaryrefslogtreecommitdiff
path: root/docker/hybrid/images/merchant/taler.conf
blob: cd50bbae727d0c73d4df06fe95b9bce8a27761b8 (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 = http://exchange/
master_key = ${EXCHANGE_PUB}

[merchantdb-postgres]
config = postgres://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

[merchant-account-merchant]
wire_file_mode = 770
wire_response = ${TALER_DATA_HOME}/merchant/wire/merchant.json