diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-21 12:22:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-21 12:22:31 +0200 |
commit | a5b9fce18310364052f0455f971e139297bfa507 (patch) | |
tree | 9ed8fe4a39dc27db526242002d802fc7f1dc3c64 | |
parent | 92a76baef6e325d78a7f85286ebe2e9a17188593 (diff) |
-remove obsolete options from config
-rw-r--r-- | src/testing/test_kyc_api.conf | 15 |
1 files changed, 0 insertions, 15 deletions
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 |