summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-13 11:14:06 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-13 11:14:06 +0100
commit42b79931412e12358aa4bad6444fce1e74ca5d82 (patch)
tree35cf08aef07cfcea2b6929e84a7d7ad87e168f1a /src/exchange
parent2a8b351822734d7b028f4b7c62d219fe7cdc9564 (diff)
downloadexchange-42b79931412e12358aa4bad6444fce1e74ca5d82.tar.gz
exchange-42b79931412e12358aa4bad6444fce1e74ca5d82.tar.bz2
exchange-42b79931412e12358aa4bad6444fce1e74ca5d82.zip
generate ToS with inline CSS
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/exchange.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 58e57c82e..30e5b0b90 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.