diff options
author | Florian Dold <florian@dold.me> | 2024-11-27 00:20:28 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-11-27 00:20:28 +0100 |
commit | 1aba2f2ae769256d704ad1d740ee6b44b83a4aa3 (patch) | |
tree | 384a4d933c5980f055b7e900202103910188e958 | |
parent | eeb9013737eaab3918fa41f557022491e7cdde66 (diff) |
debian: we need to override the user-level [path] entriesv0.14.1-dev.11
-rw-r--r-- | debian/etc-taler-auditor/taler-auditor/taler-auditor.conf | 12 | ||||
-rw-r--r-- | 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 index ea6a2934b..57228f27a 100644 --- 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 index 86709240c..f084d6313 100644 --- 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/ |