diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-16 17:48:26 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-16 17:48:26 +0100 |
commit | 800279788f6a6c3ee0a4912ed6e0331017537298 (patch) | |
tree | 2580d5e107edb80173f103e1c4f2c37ff8f95561 /debian/etc/taler-merchant/taler-merchant.conf | |
parent | 0cafdf5efce0a115753e4109c657b4532900ab03 (diff) |
adapt merchant to taler-config splitHEADv0.14.1-dev.2master
Diffstat (limited to 'debian/etc/taler-merchant/taler-merchant.conf')
-rw-r--r-- | debian/etc/taler-merchant/taler-merchant.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/etc/taler-merchant/taler-merchant.conf b/debian/etc/taler-merchant/taler-merchant.conf new file mode 100644 index 00000000..9eb70e2e --- /dev/null +++ b/debian/etc/taler-merchant/taler-merchant.conf @@ -0,0 +1,26 @@ +# Main entry point for the GNU Taler configuration. +# +# Structure: +# - taler-merchant.conf is the main configuration entry point +# used by all Taler merchant components (the file you are currently +# looking at. +# - overrides.conf contains configuration overrides that are +# set by some tools that help with the configuration, +# and should not be edited by humans. Comments in this file +# are not preserved. +# - 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. All files in it should end with +# ".secret.conf". + +# Inline configurations from all Taler components. +@inline-matching@ conf.d/*.conf + +# Overrides from tools that help with configuration. +@inline@ overrides.conf |