-new option
This commit is contained in:
parent
e5ead88057
commit
4b7ee48456
@ -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 =
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user