[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-ansible-taler-exchange] branch master updated: more variables
From: |
gnunet |
Subject: |
[taler-ansible-taler-exchange] branch master updated: more variables |
Date: |
Sun, 24 Nov 2024 08:36:38 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository ansible-taler-exchange.
The following commit(s) were added to refs/heads/master by this push:
new 1a5007e more variables
1a5007e is described below
commit 1a5007ee0f5046af7abee8c3e68f38eec3a909a9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 24 08:36:29 2024 +0100
more variables
---
playbooks/setup.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/playbooks/setup.yml b/playbooks/setup.yml
index c6b3a13..564d3c4 100644
--- a/playbooks/setup.yml
+++ b/playbooks/setup.yml
@@ -51,3 +51,9 @@
KYCAID_TEMPLATE_INDIVIDUAL = tmpl_xxx
# Template to use for identification of businesses with KYCAID
KYCAID_TEMPLATE_BUSINESS = tmpl_xxx
+# Regex specifying allowed phone numbers for the SMS check
+ EXCHANGE_AML_PROGRAM_TOPS_SMS_REGEX = \+41[0-9]+
+# Limit to lift for withdraw upon SMS registration
+ EXCHANGE_AML_PROGRAM_TOPS_SMS_WITHDRAW_THRESHOLD = CHF:200
+# Limit to lift for merge upon SMS registration
+ EXCHANGE_AML_PROGRAM_TOPS_SMS_MERGE_THRESHOLD = CHF:0
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-ansible-taler-exchange] branch master updated: more variables,
gnunet <=