diff options
author | Florian Dold <florian@dold.me> | 2024-11-27 00:21:52 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-11-27 00:21:52 +0100 |
commit | ef4b5b19b72df76baf55b2651db7942c727485f6 (patch) | |
tree | d28142aa2aef1dfb919e50e9529e822d0d210a41 | |
parent | 9b604e0b98a779a5e334e457bfd8f71deeb36b69 (diff) |
debian: we need to override the user-level [path] entriesv0.14.1-dev.7
-rw-r--r-- | debian/etc/taler-merchant/taler-merchant.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/etc/taler-merchant/taler-merchant.conf b/debian/etc/taler-merchant/taler-merchant.conf index 9eb70e2e..e79401a3 100644 --- a/debian/etc/taler-merchant/taler-merchant.conf +++ b/debian/etc/taler-merchant/taler-merchant.conf @@ -24,3 +24,14 @@ # Overrides from tools that help with configuration. @inline@ overrides.conf + +[paths] + +# Paths for the system-wide installation of the Taler merchant. Do not remove +# or change these unless you are very sure of what you are doing. + +TALER_HOME = /var/lib/taler-merchant/ +TALER_RUNTIME_DIR = /run/taler-merchant/ +TALER_CACHE_HOME = /var/cache/taler-merchant/ +TALER_CONFIG_HOME = /etc/taler-merchant/ +TALER_DATA_HOME = /var/lib/taler-merchant/ |