add new trigger option

This commit is contained in:
Christian Grothoff 2023-05-16 13:37:09 +02:00
parent 29694be4b1
commit 30b953ff0f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -10,6 +10,12 @@
# are flagged for AML review. # are flagged for AML review.
# AML_THRESHOLD = # AML_THRESHOLD =
# 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 # Attribute encryption key for storing attributes encrypted
# in the database. Should be a high-entropy nonce. # in the database. Should be a high-entropy nonce.
ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE