donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit aeb3123f67b1bab7ea26510319e49839f6396a8f
parent 0c5f4e9a60b6c35253b8a0c8b40f692a95628631
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date:   Tue,  9 Jan 2024 11:05:18 +0100

added terms in config

Diffstat:
Msrc/donau/donau.conf | 19+++++++++++++------
Msrc/donau/test_donau_httpd.conf | 2--
2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/src/donau/donau.conf b/src/donau/donau.conf @@ -12,12 +12,6 @@ # capitals (like at gas stations) when present. CURRENCY_FRACTION_DIGITS = 2 -# Specifies a program (binary) to run on KYC attribute data to decide -# whether we should immediately flag an account for AML review. -# The KYC attribute data will be passed on standard-input. -# Return non-zero to trigger AML review of the new user. -KYC_AML_TRIGGER = true - # Attribute encryption key for storing attributes encrypted # in the database. Should be a high-entropy nonce. ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE @@ -76,3 +70,15 @@ CLOSER_IDLE_SLEEP_INTERVAL = 60 s # against the donau's database. Otherwise, the # aggregation logic will break badly! ROUTER_SHARD_SIZE = 2147483648 + +# Directory with our terms of service. +TERMS_DIR = $TALER_DATA_HOME/terms/ + +# Etag / filename for the terms of service. +TERMS_ETAG = donau-tos-v0 + +# Directory with our privacy policy. +PRIVACY_DIR = $TALER_DATA_HOME/terms/ + +# Etag / filename for the privacy policy. +PRIVACY_ETAG = donau-pp-v0 +\ No newline at end of file diff --git a/src/donau/test_donau_httpd.conf b/src/donau/test_donau_httpd.conf @@ -13,8 +13,6 @@ TINY_AMOUNT = EUR:0.01 [donau] -AML_THRESHOLD = EUR:1000000 - # Directory with our terms of service. TERMS_DIR = ../../contrib/tos