summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-20 17:10:36 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-20 17:10:36 +0200
commitd103d7b1634bb24c73d51cb4f3fb4f24239dafde (patch)
tree071027ceb090a91b5ea9e0fc1111963049796864 /src/exchange
parent827f65d997243fcb3e65a99dc2f373615ae74f68 (diff)
downloadexchange-d103d7b1634bb24c73d51cb4f3fb4f24239dafde.tar.gz
exchange-d103d7b1634bb24c73d51cb4f3fb4f24239dafde.tar.bz2
exchange-d103d7b1634bb24c73d51cb4f3fb4f24239dafde.zip
-new man page
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 d3030a6bd..da357f642 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/
+TERMS_DIR = $DATADIR/terms/
# Etag / filename for the terms of service.
-TERMS_ETAG = tos-v0
+TERMS_ETAG = exchange-tos-v0
# Directory with our privacy policy.
-PRIVACY_DIR = $DATADIR/exchange/
+PRIVACY_DIR = $DATADIR/terms/
# Etag / filename for the privacy policy.
-PRIVACY_ETAG = pp-v0
+PRIVACY_ETAG = exchange-pp-v0