summaryrefslogtreecommitdiff
path: root/src/exchange/test_taler_exchange_httpd.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-20 11:46:44 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-20 11:46:44 +0100
commitbe0a52f23cb22b15f93b1903a25a609e4c02745b (patch)
tree73a4e4c17bda3ba64d486b4b0bce3a59305f72ac /src/exchange/test_taler_exchange_httpd.conf
parent92080dc8a481446737afe953cbd1c4f31c1bcb43 (diff)
downloadexchange-be0a52f23cb22b15f93b1903a25a609e4c02745b.tar.gz
exchange-be0a52f23cb22b15f93b1903a25a609e4c02745b.tar.bz2
exchange-be0a52f23cb22b15f93b1903a25a609e4c02745b.zip
fix crash
Diffstat (limited to 'src/exchange/test_taler_exchange_httpd.conf')
-rw-r--r--src/exchange/test_taler_exchange_httpd.conf14
1 files changed, 14 insertions, 0 deletions
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