From 42b79931412e12358aa4bad6444fce1e74ca5d82 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 13 Nov 2022 11:14:06 +0100 Subject: generate ToS with inline CSS --- 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 58e57c82..30e5b0b9 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -98,13 +98,13 @@ SIGNKEY_LEGAL_DURATION = 2 years TERMS_DIR = $DATADIR/exchange/tos/ # Etag / filename for the terms of service. -TERMS_ETAG = 0 +TERMS_ETAG = tos-v0 # Directory with our privacy policy. PRIVACY_DIR = $DATADIR/exchange/pp/ # Etag / filename for the privacy policy. -PRIVACY_ETAG = 0 +PRIVACY_ETAG = pp-v0 # Set to NONE to disable KYC checks. # Set to "OAUTH2" to use OAuth 2.0 for KYC authorization. -- cgit v1.2.3