summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-07 20:41:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-07 20:41:32 +0200
commitb732d832b63575101be71ecf000dab6103a9e740 (patch)
treea27cff16c6a0fdafe897309c3d989be3c77aa0f7 /src/exchange
parent8ac8eee350804bd2d6d5642bd223eaa47129b37d (diff)
downloadexchange-b732d832b63575101be71ecf000dab6103a9e740.tar.gz
exchange-b732d832b63575101be71ecf000dab6103a9e740.tar.bz2
exchange-b732d832b63575101be71ecf000dab6103a9e740.zip
sort /terms and /privacy endpoints by server-side mime type preferences instead of returning in random order; do configure paths by default
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/exchange.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 4b7f5f5a8..c41150427 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -72,14 +72,14 @@ WIREWATCH_IDLE_SLEEP_INTERVAL = 1 s
SIGNKEY_LEGAL_DURATION = 2 years
# Directory with our terms of service.
-# TERMS_DIR =
+TERMS_DIR = $DATADIR/exchange/tos/
# Etag / filename for the terms of service.
-# TERMS_ETAG =
+TERMS_ETAG = 0
# Directory with our privacy policy.
-# PRIVACY_DIR =
+PRIVACY_DIR = $DATADIR/exchange/pp/
# Etag / filename for the privacy policy.
-# PRIVACY_ETAG =
+PRIVACY_ETAG = 0