commit 68ba941c8eee39288d50feff0f9684ba66ba0f00
parent bd83aea30e927135d41e26d939c9ff8a6a61f27b
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 11 Jun 2025 17:25:46 +0200
Change default for MIN_ROW_FILENAME to be in the /home/grothoff of the sanctioncheck user, not the generic taler-exchange user
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
@@ -133,7 +133,7 @@ PRIVACY_ETAG = exchange-pp-v0
[exchange-sanctionscheck]
# Name where we store the sanctions check offset.
-MIN_ROW_FILENAME = ${TALER_CACHE_HOME}sanctionscheck-offset.bin
+MIN_ROW_FILENAME = ${HOME}/.cache/sanctionscheck-offset.bin
# Sanction list match rating that must be exceeded for an automated
# freeze of the account (without manual investigation first).