summaryrefslogtreecommitdiff
path: root/debian/etc/taler/exchange-system.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-16 17:16:38 +0200
committerFlorian Dold <florian@dold.me>2021-07-16 17:16:38 +0200
commit5597dc6f1e8d8b73f906365618ba3922f9dd7660 (patch)
tree0f8fa93ba389f87e88115e0c4c64a906c494988a /debian/etc/taler/exchange-system.conf
parent970c9eab865715b7f37d9e0a6b14e233fddcfa12 (diff)
downloadexchange-5597dc6f1e8d8b73f906365618ba3922f9dd7660.tar.gz
exchange-5597dc6f1e8d8b73f906365618ba3922f9dd7660.tar.bz2
exchange-5597dc6f1e8d8b73f906365618ba3922f9dd7660.zip
debian: new config file structure
Diffstat (limited to 'debian/etc/taler/exchange-system.conf')
-rw-r--r--debian/etc/taler/exchange-system.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/etc/taler/exchange-system.conf b/debian/etc/taler/exchange-system.conf
new file mode 100644
index 000000000..bdf53fce7
--- /dev/null
+++ b/debian/etc/taler/exchange-system.conf
@@ -0,0 +1,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