summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-16 18:45:45 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-16 18:45:52 +0200
commitb156b9f069babf4860943dd54541120b8cf3e455 (patch)
tree8c40e0f84cc96e0dd263d46eb6a7b79686834324 /manpages/taler.conf.5.rst
parente17e525244f81adbc8d1baa18b5249693758fcb9 (diff)
downloaddocs-b156b9f069babf4860943dd54541120b8cf3e455.tar.gz
docs-b156b9f069babf4860943dd54541120b8cf3e455.tar.bz2
docs-b156b9f069babf4860943dd54541120b8cf3e455.zip
add trisquel
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 7d7f5b86..79ca6d7a 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -178,6 +178,16 @@ KYC_MODE
Set to "NONE" to disable KYC for this exchange (but check with your lawyer first).
Set to "OAUTH2" to use OAuth2 for KYC.
+KYC_WITHDRAW_LIMIT
+ Maximum amount that can be withdrawn in
+ KYC_WITHDRAW_PERIOD without needing KYC.
+ Only used if KYC_MODE is not "NONE".
+
+KYC_WITHDRAW_PERIOD
+ The time period over which transactions
+ are considered for the KYC_WITHDRAW_LIMIT.
+ Only used if KYC_MODE is not "NONE".
+
EXCHANGE KYC OAUTH2 OPTIONS
---------------------------