From 39e6ebbc169a250b6ae11928f5ce58696f09f19f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Nov 2021 11:01:54 +0100 Subject: complete KYC test --- src/testing/test_kyc_api.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/testing/test_kyc_api.conf') diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf index 5f706d63..408d6639 100644 --- a/src/testing/test_kyc_api.conf +++ b/src/testing/test_kyc_api.conf @@ -103,6 +103,23 @@ MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG BASE_URL = "http://localhost:8081/" +KYC_MODE = OAUTH2 + +KYC_WALLET_BALANCE_LIMIT = EUR:1 + +KYC_WITHDRAW_PERIOD = "31 days" + +KYC_WITHDRAW_LIMIT = EUR:20 + +[exchange-kyc-oauth2] + +KYC_OAUTH2_URL = http://localhost:6666/oauth/v2/login +KYC_INFO_URL = http://localhost:6666/api/user/me +KYC_OAUTH2_CLIENT_ID = taler-exchange +KYC_OAUTH2_CLIENT_SECRET = exchange-secret +KYC_OAUTH2_POST_URL = http://example.com/ + + [exchangedb-postgres] CONFIG = "postgres:///talercheck" -- cgit v1.2.3