commit cd4a0d64a3ffb2f6d1e5c63836a9dc397bee7e7e
parent 5ca45eb3ad6a63375982dd3b639da23641c7bfff
Author: Florian Dold <florian@dold.me>
Date: Fri, 16 Jul 2021 19:34:15 +0200
comments
Diffstat:
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git 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
@@ -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
@@ -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