summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-16 19:34:15 +0200
committerFlorian Dold <florian@dold.me>2021-07-16 19:34:15 +0200
commitcd4a0d64a3ffb2f6d1e5c63836a9dc397bee7e7e (patch)
tree8f7379e04e98af3d8495d438b97e7714322b5ab8
parent5ca45eb3ad6a63375982dd3b639da23641c7bfff (diff)
downloadexchange-cd4a0d64a3ffb2f6d1e5c63836a9dc397bee7e7e.tar.gz
exchange-cd4a0d64a3ffb2f6d1e5c63836a9dc397bee7e7e.tar.bz2
exchange-cd4a0d64a3ffb2f6d1e5c63836a9dc397bee7e7e.zip
comments
-rw-r--r--debian/etc/taler/exchange-business.conf2
-rw-r--r--debian/etc/taler/exchange-service-default.conf7
-rw-r--r--debian/etc/taler/exchange-service-wire.conf8
3 files changed, 16 insertions, 1 deletions
diff --git a/debian/etc/taler/exchange-business.conf b/debian/etc/taler/exchange-business.conf
index 8b97c6089..669ed4546 100644
--- a/debian/etc/taler/exchange-business.conf
+++ b/debian/etc/taler/exchange-business.conf
@@ -1,4 +1,4 @@
-TALER_RUNTIME_DIR = /var/lib/taler-exchange/tmp/
+# Configuration for business-level aspects of the exchange.
[taler]
# Here you need to set the currency of your exchange:
diff --git a/debian/etc/taler/exchange-service-default.conf b/debian/etc/taler/exchange-service-default.conf
index 3ac3e4bee..4e3981004 100644
--- a/debian/etc/taler/exchange-service-default.conf
+++ b/debian/etc/taler/exchange-service-default.conf
@@ -1,3 +1,10 @@
+# This configuration file is the entry point for most
+# Taler exchange services.
+#
+# It includes other configuration files,
+# which are applied on top of the read-only base configuration
+# (typically in /usr/share/taler/config.d/).
+
@INLINE@ exchange-system.conf
@INLINE@ exchange-db.conf
@INLINE@ exchange-business.conf
diff --git a/debian/etc/taler/exchange-service-wire.conf b/debian/etc/taler/exchange-service-wire.conf
index 0f1ccd463..ed25e381c 100644
--- a/debian/etc/taler/exchange-service-wire.conf
+++ b/debian/etc/taler/exchange-service-wire.conf
@@ -1,3 +1,11 @@
+# This configuration file is the entry point for
+# Taler exchange services that access the wire gateway,
+# i.e. the protocol bridge to core banking functionality.
+#
+# It includes other configuration files,
+# which are applied on top of the read-only base configuration
+# (typically in /usr/share/taler/config.d/).
+
@INLINE@ exchange-system.conf
@INLINE@ exchange-db.conf
@INLINE@ exchange-business.conf