From 0e4c82f89738dd4fd0d862d06ae71452722fbb5e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 2 Jan 2021 14:05:45 +0100 Subject: debian package fixes --- debian/etc/taler-exchange.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'debian/etc/taler-exchange.conf') diff --git a/debian/etc/taler-exchange.conf b/debian/etc/taler-exchange.conf index 2b304aed3..b9eba1651 100644 --- a/debian/etc/taler-exchange.conf +++ b/debian/etc/taler-exchange.conf @@ -1,3 +1,9 @@ +# 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/ @@ -5,6 +11,18 @@ 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_". -- cgit v1.2.3