From 631bc65253e25fa6a3c6b4a11cb06245cee58293 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 11 Dec 2019 14:30:55 +0100 Subject: add logic for privacy policy --- src/exchange/exchange.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/exchange/exchange.conf') diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index 79b1877d9..c2426bc7f 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -67,3 +67,18 @@ LOOKAHEAD_SIGN = 32 weeks 1 day # how long do we provide to clients denomination and signing keys # ahead of time? LOOKAHEAD_PROVIDE = 4 weeks 1 day + + +# Directory with our terms of service. +# TERMS_DIR = + +# Etag / filename for the terms of service. +# TERMS_ETAG = + + +# Directory with our privacy policy. +# PRIVACY_DIR = + +# Etag / filename for the privacy policy. +# PRIVACY_ETAG = + -- cgit v1.2.3