summaryrefslogtreecommitdiff
path: root/debian/etc/taler-exchange.conf
blob: b9eba1651d7195276be589525f2db02b1178fc3d (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
# First line should be: "INLINE@ /etc/taler-exchange-db.conf"
@INLINE@ /etc/taler-exchange-db.conf
# Do not edit this file using 'taler-config', otherwise the line
# above will be lost!


[PATHS]

# Move runtime data "tmp" directory to /var/lib/taler-exchange/
# to possibly provide additional protection from unwarranted access.
TALER_RUNTIME_DIR = /var/lib/taler-exchange/tmp/

[exchange]
# Debian package is configured to use a reverse proxy with a UNIX
# domain socket. See nginx/apache configuration files.
SERVE = UNIX
UNIXPATH = /var/lib/taler-exchange/exchange.sock

# Only supported database is Postgres right now.
DATABASE = postgres

[taler]
# Here you need to set the currency of your exchange:
# CURRENCY = KUDOS

[coin_FOO]
# You must specify the various denominations to be offered by your exchange
# in sections called "coin_".