aboutsummaryrefslogtreecommitdiff
path: root/debian/etc/taler/conf.d/exchange-system.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/etc/taler/conf.d/exchange-system.conf')
-rw-r--r--debian/etc/taler/conf.d/exchange-system.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/etc/taler/conf.d/exchange-system.conf b/debian/etc/taler/conf.d/exchange-system.conf
new file mode 100644
index 000000000..6df381eef
--- /dev/null
+++ b/debian/etc/taler/conf.d/exchange-system.conf
@@ -0,0 +1,18 @@
1# Configuration settings for system parameters of the exchange.
2
3# Read secret sections into configuration, but only
4# if we have permission to do so.
5@inline-secret@ exchange-account-1 ../secrets/exchange-accounts.secret.conf
6@inline-secret@ exchangedb-postgres ../secrets/exchange-db.secret.conf
7
8[exchange]
9# Debian package is configured to use a reverse proxy with a UNIX
10# domain socket. See nginx/apache configuration files.
11#
12# FIXME: This should be set to something like "NONE"
13# since systemd creates the socket for us.
14SERVE = UNIX
15UNIXPATH = /var/lib/taler-exchange/exchange.sock
16
17# Only supported database is Postgres right now.
18DATABASE = postgres