blob: 4a80695983863a598b157e15784ac52776c1ff33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@INLINE@ /etc/taler-exchange-db.conf
[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]
SERVE = UNIX
UNIXPATH = /var/lib/taler-exchange/exchange.sock
DATABASE = postgres
|