blob: 7b6c649fdbdf2b2eed65ba92d7fbd26461db20e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# This file should contain the wire account access information which is needed
# by the Taler exchange to talk to LibEuFin to interact with the bank.
# The file SHOULD only be readable for the "taler-exchange-wire" user,
# as other users/services have no business talking to the bank.
[exchange-account-1]
enable_credit = yes
enable_debit = yes
wire_gateway_auth_method = basic
password =
username =
wire_gateway_url =
payto_uri =
|