From afdccca78c95fe863f43614c92e4288a6bd79024 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 22 Dec 2023 14:36:19 +0800 Subject: fix #8019 --- src/exchange/exchange.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index f7387ced3..40eeb5e13 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -126,13 +126,13 @@ WIREWATCH_IDLE_SLEEP_INTERVAL = 1 s SIGNKEY_LEGAL_DURATION = 2 years # Directory with our terms of service. -TERMS_DIR = $DATADIR/terms/ +TERMS_DIR = $TALER_DATA_HOME/terms/ # Etag / filename for the terms of service. TERMS_ETAG = exchange-tos-v0 # Directory with our privacy policy. -PRIVACY_DIR = $DATADIR/terms/ +PRIVACY_DIR = $TALER_DATA_HOME/terms/ # Etag / filename for the privacy policy. PRIVACY_ETAG = exchange-pp-v0 -- cgit v1.2.3