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 /src/util/merchant-paths.conf | |
parent | 0cafdf5efce0a115753e4109c657b4532900ab03 (diff) |
adapt merchant to taler-config splitv0.14.1-dev.2
Diffstat (limited to 'src/util/merchant-paths.conf')
-rw-r--r-- | src/util/merchant-paths.conf | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/util/merchant-paths.conf b/src/util/merchant-paths.conf index b328a49f..d7f39fae 100644 --- a/src/util/merchant-paths.conf +++ b/src/util/merchant-paths.conf @@ -14,21 +14,16 @@ TALER_HOME = ${HOME:-${USERPROFILE}} # for how these should be used. # Persistent data storage -TALER_DATA_HOME = ${XDG_DATA_HOME:-$TALER_HOME/.local/share}/sync/ +TALER_DATA_HOME = ${XDG_DATA_HOME:-$TALER_HOME/.local/share}/taler-merchant/ # Configuration files -TALER_CONFIG_HOME = ${XDG_CONFIG_HOME:-$TALER_HOME/.config}/sync/ +TALER_CONFIG_HOME = ${XDG_CONFIG_HOME:-$TALER_HOME/.config}/taler-merchant/ # Cached data, no big deal if lost -TALER_CACHE_HOME = ${XDG_CACHE_HOME:-$TALER_HOME/.cache}/sync/ +TALER_CACHE_HOME = ${XDG_CACHE_HOME:-$TALER_HOME/.cache}/taler-merchant/ # Runtime data (i.e UNIX domain sockets, locks, always lost on system boot) -TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/sync-runtime/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-merchant-runtime/ # Directory to use for temporary files. -TALER_TMP = ${TMPDIR:-${TMP:-/tmp}}/sync/ - -# DEFAULTCONFIG = /etc/sync.conf -# If 'DEFAULTCONFIG' is not defined, the current -# configuration file is assumed to be the default, -# which is what we want by default... +TALER_TMP = ${TMPDIR:-${TMP:-/tmp}}/taler-merchant/ |