commit 1aba2f2ae769256d704ad1d740ee6b44b83a4aa3 parent eeb9013737eaab3918fa41f557022491e7cdde66 Author: Florian Dold <florian@dold.me> Date: Wed, 27 Nov 2024 00:20:28 +0100 debian: we need to override the user-level [path] entries Diffstat:
| M | debian/etc-taler-auditor/taler-auditor/taler-auditor.conf | | | 12 | ++++++++++++ |
| M | debian/etc-taler-exchange/taler-exchange/taler-exchange.conf | | | 12 | ++++++++++++ |
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/debian/etc-taler-auditor/taler-auditor/taler-auditor.conf b/debian/etc-taler-auditor/taler-auditor/taler-auditor.conf @@ -33,3 +33,15 @@ # Overrides from tools that help with configuration. @inline@ overrides.conf + +[paths] + +# Paths for the system-wide installation of the Taler exchange. Do not remove +# or change these unless you are very sure of what you are doing. + +TALER_HOME = /var/lib/taler-auditor/ +TALER_RUNTIME_DIR = /run/taler-auditor/ +TALER_CACHE_HOME = /var/cache/taler-auditor/ +TALER_CONFIG_HOME = /etc/taler-auditor/ +TALER_DATA_HOME = /var/lib/taler-auditor/ + diff --git a/debian/etc-taler-exchange/taler-exchange/taler-exchange.conf b/debian/etc-taler-exchange/taler-exchange/taler-exchange.conf @@ -33,3 +33,15 @@ # Overrides from tools that help with configuration. @inline@ overrides.conf + + +[paths] + +# Paths for the system-wide installation of the Taler exchange. Do not remove +# or change these unless you are very sure of what you are doing. + +TALER_HOME = /var/lib/taler-exchange/ +TALER_RUNTIME_DIR = /run/taler-exchange/ +TALER_CACHE_HOME = /var/cache/taler-exchange/ +TALER_CONFIG_HOME = /etc/taler-exchange/ +TALER_DATA_HOME = /var/lib/taler-exchange/