From a9b2140b1ece806847aa45a6b95a959c9ddaa7bf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Nov 2021 15:39:31 +0100 Subject: get first KYC test to pass --- src/exchange/exchange.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/exchange/exchange.conf') diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index 3bcea08fb..391dc9344 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -90,7 +90,9 @@ KYC_MODE = NONE # Balance threshold above which wallets are told # to undergo a KYC check at the exchange. Optional, # if not given there is no limit. -# KYC_WALLET_BALANCE_LIMIT = 150:CURRENCY +# KYC_WALLET_BALANCE_LIMIT = CURRENCY:150 +# +# KYC_WITHDRAW_PERIOD = 1 month [exchange-kyc-oauth2] @@ -105,4 +107,4 @@ KYC_MODE = NONE # Where to redirect clients after successful # authorization? -# KYC_OAUTH_POST_URL = https://bank.com/ +# KYC_OAUTH2_POST_URL = https://bank.com/ -- cgit v1.2.3