diff options
Diffstat (limited to 'src/testing/test_kyc_api.conf')
-rw-r--r-- | src/testing/test_kyc_api.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf index 03a5e245..105ee3b2 100644 --- a/src/testing/test_kyc_api.conf +++ b/src/testing/test_kyc_api.conf @@ -45,6 +45,22 @@ DB = postgres # exchange (or the twister) is actually listening. BASE_URL = "http://localhost:8081/" + +KYC_MODE = OAUTH2 + +KYC_WALLET_BALANCE_LIMIT = EUR:1 + +KYC_WITHDRAW_PERIOD = "31 days" + +KYC_WITHDRAW_LIMIT = EUR:150 + +[exchange-kyc-oauth2] + +KYC_OAUTH2_URL = http://localhost:6666/ +KYC_OAUTH2_CLIENT_ID = taler-exchange +KYC_OAUTH2_CLIENT_SECRET = exchange-secret +KYC_OAUTH2_POST_URL = http://example.com/ + [exchangedb-postgres] CONFIG = "postgres:///talercheck" |