gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 118/130: -new option


From: gnunet
Subject: [taler-exchange] 118/130: -new option
Date: Wed, 17 Nov 2021 12:26:06 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 4b7ee4845617e8bd2cdadddef1be945935e4c395
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Nov 15 20:06:34 2021 +0100

    -new option
---
 src/exchange/exchange.conf    | 3 +++
 src/testing/test_kyc_api.conf | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 391dc934..4d353ace 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -99,6 +99,9 @@ KYC_MODE = NONE
 # URL of the OAuth endpoint for KYC checks
 # KYC_OAUTH2_URL =
 
+# URL of the "information" endpoint for KYC checks
+# KYC_INFO_URL =
+
 # KYC Oauth client ID.
 # KYC_OAUTH2_CLIENT_ID =
 
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index ebc2016b..8ca6b74b 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -56,7 +56,8 @@ KYC_WITHDRAW_LIMIT = EUR:8
 
 [exchange-kyc-oauth2]
 
-KYC_OAUTH2_URL = http://localhost:6666/
+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/

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]