summaryrefslogtreecommitdiff
path: root/debian/etc/taler/exchange-system.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-29 13:41:49 +0200
committerFlorian Dold <florian@dold.me>2021-07-29 13:41:49 +0200
commita367347a54338641180083573698b1fb48aced55 (patch)
tree4e0310ab335b58e68b9711eb3b33fa1c620b8785 /debian/etc/taler/exchange-system.conf
parent036d4cb71ac1abe1990c936ee1f3b2cbf15d14c1 (diff)
downloadexchange-a367347a54338641180083573698b1fb48aced55.tar.gz
exchange-a367347a54338641180083573698b1fb48aced55.tar.bz2
exchange-a367347a54338641180083573698b1fb48aced55.zip
simplify configuration
Diffstat (limited to 'debian/etc/taler/exchange-system.conf')
-rw-r--r--debian/etc/taler/exchange-system.conf22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/etc/taler/exchange-system.conf b/debian/etc/taler/exchange-system.conf
deleted file mode 100644
index 2b7f34304..000000000
--- a/debian/etc/taler/exchange-system.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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]
-
-TALER_RUNTIME_DIR = /run/taler-exchange-private
-
-
-[exchange]
-# Debian package is configured to use a reverse proxy with a UNIX
-# domain socket. See nginx/apache configuration files.
-#
-# FIXME: This should be set to something like "NONE"
-# since systemd creates the socket for us.
-SERVE = UNIX
-UNIXPATH = /var/lib/taler-exchange/exchange.sock
-
-# Only supported database is Postgres right now.
-DATABASE = postgres