summaryrefslogtreecommitdiff
path: root/debian/etc/taler/taler.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/taler.conf
parent036d4cb71ac1abe1990c936ee1f3b2cbf15d14c1 (diff)
downloadexchange-a367347a54338641180083573698b1fb48aced55.tar.gz
exchange-a367347a54338641180083573698b1fb48aced55.tar.bz2
exchange-a367347a54338641180083573698b1fb48aced55.zip
simplify configuration
Diffstat (limited to 'debian/etc/taler/taler.conf')
-rw-r--r--debian/etc/taler/taler.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/etc/taler/taler.conf b/debian/etc/taler/taler.conf
new file mode 100644
index 000000000..27ccf47d2
--- /dev/null
+++ b/debian/etc/taler/taler.conf
@@ -0,0 +1,29 @@
+# Main entry point for the GNU Taler configuration.
+#
+# Structure:
+# - taler.conf is the main configuration entry point
+# used by all Taler components
+# - conf.d/ contains configuration files for
+# Taler components, which can be read by all
+# users of the system and are included by the main
+# configuration
+# - secrets/ contains configuration snippets
+# with secrets for particular services.
+# These files should have restrictive permissions
+# so that only users of the relevant services
+# can read it.
+
+[taler]
+
+# Currency of the Taler deployment. This setting applies to all Taler
+# components that only support a single currency.
+#currency = KUDOS
+
+# Smallest currency unit handled by the underlying bank system. Taler payments
+# can make payments smaller than this units, but interactions with external
+# systems is always rounded to this unit.
+#currency_round_unit = KUDOS:0.01
+
+
+# Inline configurations from all Taler components.
+@inline-matching@ conf.d/*.conf