sample.conf (769B)
1 # This file is in the public domain. 2 # 3 4 [exchange] 5 6 # HTTP port the exchange listens to 7 PORT = 8081 8 9 # Base URL of the exchange. Must be set to a URL where the 10 # exchange (or the twister) is actually listening. 11 BASE_URL = "http://localhost:8081/" 12 13 [kyc-provider-test-oauth2] 14 15 COST = 0 16 LOGIC = oauth2 17 USER_TYPE = INDIVIDUAL 18 PROVIDED_CHECKS = DUMMY 19 20 KYC_OAUTH2_VALIDITY = forever 21 KYC_OAUTH2_AUTH_URL = http://kyc.taler.net/auth 22 KYC_OAUTH2_LOGIN_URL = http://kyc.taler.net/login 23 KYC_OAUTH2_INFO_URL = http://kyc.taler.net/info 24 KYC_OAUTH2_POST_URL = http://kyc.taler.net/thank-you 25 KYC_OAUTH2_CLIENT_ID = testcase 26 KYC_OAUTH2_CLIENT_SECRET = password 27 28 [kyc-legitimization-withdraw-high] 29 30 OPERATION_TYPE = WITHDRAW 31 REQUIRED_CHECKS = DUMMY 32 THRESHOLD = KUDOS:100 33 TIMEFRAME = 1a