aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-20 15:56:58 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-20 15:56:58 +0200
commitfd9e5515638fe94ceb8f9c14e9ced3c9247345e1 (patch)
treef6f6bf36f87ffdaefb82ef8cab10ae175705e685 /src
parent59e057b93e65c73dc3cd57dcced563847d85ba77 (diff)
downloadexchange-fd9e5515638fe94ceb8f9c14e9ced3c9247345e1.tar.xz
rewrite tos/pp generation logic
Diffstat (limited to 'src')
-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 5d9cb8f29..d3030a6bd 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -120,13 +120,13 @@ WIREWATCH_IDLE_SLEEP_INTERVAL = 1 s
SIGNKEY_LEGAL_DURATION = 2 years
# Directory with our terms of service.
-TERMS_DIR = $DATADIR/exchange/tos/
+TERMS_DIR = $DATADIR/exchange/
# Etag / filename for the terms of service.
TERMS_ETAG = tos-v0
# Directory with our privacy policy.
-PRIVACY_DIR = $DATADIR/exchange/pp/
+PRIVACY_DIR = $DATADIR/exchange/
# Etag / filename for the privacy policy.
PRIVACY_ETAG = pp-v0