aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-17 09:55:21 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-17 09:55:21 +0100
commit5e3d9cce0643f4c03e6c7b6fd3a485711766f2cd (patch)
tree53e7f0b4c3cd3ce0cb266e3757f9b673e3918b54 /src/util
parent257ca169bbf12ae817f51736d1ba94c475f6a48b (diff)
downloadexchange-5e3d9cce0643f4c03e6c7b6fd3a485711766f2cd.tar.xz
-minor cleanups
Diffstat (limited to 'src/util')
-rw-r--r--src/util/paths.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/paths.conf b/src/util/paths.conf
index 9e1c53bb7..f34ccb41e 100644
--- a/src/util/paths.conf
+++ b/src/util/paths.conf
@@ -17,13 +17,13 @@ TALER_HOME = ${TALER_TEST_HOME:-${HOME:-${USERPROFILE}}}
# for how these should be used.
# Persistent data storage
-TALER_DATA_HOME = ${TALER_TEST_HOME:-${XDG_DATA_HOME:-${TALER_HOME}}}/.local/share/taler/
+TALER_DATA_HOME = ${XDG_DATA_HOME:-${TALER_HOME}/.local/share}/taler/
# Configuration files
-TALER_CONFIG_HOME = ${TALER_TEST_HOME:-${XDG_CONFIG_HOME:-${TALER_HOME}}}/.config/taler/
+TALER_CONFIG_HOME = ${XDG_CONFIG_HOME:-${TALER_HOME}/.config}/taler/
# Cached data, no big deal if lost
-TALER_CACHE_HOME = ${TALER_TEST_HOME:-${XDG_CACHE_HOME:-${TALER_HOME}}}/.cache/taler/
+TALER_CACHE_HOME = ${XDG_CACHE_HOME:-${TALER_HOME}/.cache}/taler/
# Runtime data (always lost on system boot)
TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/