diff options
Diffstat (limited to 'src/exchange/test_taler_exchange_httpd.conf')
-rw-r--r-- | src/exchange/test_taler_exchange_httpd.conf | 14 |
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 75da2cf9..15392735 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 |