diff options
Diffstat (limited to 'debian/etc/taler/taler.conf')
-rw-r--r-- | debian/etc/taler/taler.conf | 29 |
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 @@ | |||
1 | # Main entry point for the GNU Taler configuration. | ||
2 | # | ||
3 | # Structure: | ||
4 | # - taler.conf is the main configuration entry point | ||
5 | # used by all Taler components | ||
6 | # - conf.d/ contains configuration files for | ||
7 | # Taler components, which can be read by all | ||
8 | # users of the system and are included by the main | ||
9 | # configuration | ||
10 | # - secrets/ contains configuration snippets | ||
11 | # with secrets for particular services. | ||
12 | # These files should have restrictive permissions | ||
13 | # so that only users of the relevant services | ||
14 | # can read it. | ||
15 | |||
16 | [taler] | ||
17 | |||
18 | # Currency of the Taler deployment. This setting applies to all Taler | ||
19 | # components that only support a single currency. | ||
20 | #currency = KUDOS | ||
21 | |||
22 | # Smallest currency unit handled by the underlying bank system. Taler payments | ||
23 | # can make payments smaller than this units, but interactions with external | ||
24 | # systems is always rounded to this unit. | ||
25 | #currency_round_unit = KUDOS:0.01 | ||
26 | |||
27 | |||
28 | # Inline configurations from all Taler components. | ||
29 | @inline-matching@ conf.d/*.conf | ||