From be0a52f23cb22b15f93b1903a25a609e4c02745b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 20 Jan 2020 11:46:44 +0100 Subject: fix crash --- src/exchange/test_taler_exchange_httpd.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/exchange/test_taler_exchange_httpd.conf') diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf index 75da2cf93..153927351 100644 --- a/src/exchange/test_taler_exchange_httpd.conf +++ b/src/exchange/test_taler_exchange_httpd.conf @@ -8,6 +8,20 @@ CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 [exchange] + +# Directory with our terms of service. +TERMS_DIR = ../../contrib/tos + +# Etag / filename for the terms of service. +TERMS_ETAG = 0 + + +# Directory with our privacy policy. +PRIVACY_DIR = ../../contrib/pp + +# Etag / filename for the privacy policy. +PRIVACY_ETAG = 0 + # MAX_REQUESTS = 2 # how long is one signkey valid? SIGNKEY_DURATION = 4 weeks -- cgit v1.2.3