From a5b9fce18310364052f0455f971e139297bfa507 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 21 Aug 2022 12:22:31 +0200 Subject: -remove obsolete options from config --- src/testing/test_kyc_api.conf | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/testing') diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf index 5d8aae870..ba706116f 100644 --- a/src/testing/test_kyc_api.conf +++ b/src/testing/test_kyc_api.conf @@ -46,21 +46,6 @@ DB = postgres BASE_URL = "http://localhost:8081/" -# Obsolete options, migrate to withdraw once implemented... -KYC_MODE = OAUTH2 -KYC_WITHDRAW_PERIOD = "31 days" -KYC_WITHDRAW_LIMIT = EUR:8 - -[exchange-kyc-oauth2] -KYC_OAUTH2_AUTH_URL = http://localhost:6666/oauth/v2/token -KYC_OAUTH2_LOGIN_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/ - -# end of obsolete options... - [kyc-provider-test-oauth2] COST = 0 LOGIC = oauth2 -- cgit v1.2.3