summaryrefslogtreecommitdiff
path: root/debian/etc-taler-exchange/taler/conf.d/exchange-business.conf
blob: 4a6b16df8d91550abf4c7f5c5e49d2b955c644a4 (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
# Configuration for business-level aspects of the exchange.

[exchange]

# Here you MUST add the master public key of the offline system
# which you can get using `taler-exchange-offline setup`.
# This is just an example, your key will be different!
# MASTER_PUBLIC_KEY = YE6Q6TR1EDB7FD0S68TGDZGF1P0GHJD2S0XVV8R2S62MYJ6HJ4ZG
MASTER_PUBLIC_KEY =

# Publicly visible base URL of the exchange.
# BASE_URL = https://example.com/
BASE_URL =

# For your terms of service and privacy policy, you should specify
# an Etag that must be updated whenever there are significant
# changes to either document.  The format is up to you, what matters
# is that the value is updated and never re-used. See the HTTP
# specification on Etags.
# TERMS_ETAG =
# PRIVACY_ETAG =


# Bank accounts used by the exchange should be specified here:
[exchange-accounts-1]

enable_credit = yes
enable_debit = yes
payto_uri =

# Credentials to access the account are in a separate
# config file with restricted permissions.
@inline-secret@ exchange-accountcredentials-1 ../exchange-accountcredentials.secret.conf