ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit 9b6f3fc3477acf1bdfd8d9d6d10e6f7464d1052a
parent fcf3fe865a65fc61bb614bea0922d9b84eab909b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  6 Apr 2025 21:00:25 +0200

change test rules

Diffstat:
Mroles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf | 20+++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf b/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf @@ -41,12 +41,30 @@ TIMEFRAME = "1 days" # Note: For *testing* KYC processes. [kyc-rule-balance-testing-limit] OPERATION_TYPE = BALANCE -NEXT_MEASURES = form-902.11 +NEXT_MEASURES = sms-registration EXPOSED = YES ENABLED = YES THRESHOLD = CHF:1 TIMEFRAME = "1 days" +# Note: For *testing* KYC processes. +[kyc-rule-balance-testing-limit] +OPERATION_TYPE = BALANCE +NEXT_MEASURES = kyx +EXPOSED = YES +ENABLED = YES +THRESHOLD = CHF:5 +TIMEFRAME = "1 days" + +# Note: For *testing* KYC processes. +[kyc-rule-balance-testing-limit] +OPERATION_TYPE = BALANCE +NEXT_MEASURES = sms-registration postal-registration +EXPOSED = YES +ENABLED = YES +THRESHOLD = CHF:10 +TIMEFRAME = "1 days" + # SMS identification limit on withdraw (voluntary rule) [kyc-rule-withdraw-limit-low] OPERATION_TYPE = WITHDRAW