summaryrefslogtreecommitdiff
path: root/debian/etc/taler/exchange-system.conf
blob: bdf53fce7a84aa214ed0c9d25374970d104eef78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Configuration settings for system parameters of
# the exchange.  Should be included in all service-specific
# configuration files for the exchange.
#
# Please read the taler-exchange.README.Debian for how to configure a Taler exchange.

[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