gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donau] branch master updated: added terms in config


From: gnunet
Subject: [taler-donau] branch master updated: added terms in config
Date: Tue, 09 Jan 2024 11:05:55 +0100

This is an automated email from the git hooks/post-receive script.

johannes-casaburi pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new aeb3123  added terms in config
aeb3123 is described below

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

    added terms in config
---
 src/donau/donau.conf            | 18 ++++++++++++------
 src/donau/test_donau_httpd.conf |  2 --
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/src/donau/donau.conf b/src/donau/donau.conf
index 0092c7c..d46f96c 100644
--- 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
index bf42305..50d571c 100644
--- 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
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]