kyclogic-persona.conf (1251B)
1 # This file is in the public domain. 2 3 # FIXME: add to taler.conf man page! 4 5 # Example persona provider configuration. 6 7 [kyclogic-persona] 8 9 # Optional authorization token for the webhook. 10 # This must be the same for all uses of the 11 # Persona provider, and is thus not in a 12 # template-specific section. 13 #WEBHOOK_AUTH_TOKEN = wbhsec_698b5a19-c790-47f6-b396-deb572ec82f9 14 15 16 [kyc-provider-example-persona] 17 18 LOGIC = persona 19 20 # Fallback lifetime for a provider process when the provider does not report 21 # its own expiration. Optional, defaults to one day. 22 KYC_PROCESS_TIMEOUT = 1 day 23 24 # Generic converter that does nothing. 25 KYC_PERSONA_CONVERTER_HELPER = cat 26 27 # Program that converts Persona KYC data into the 28 # GNU Taler format. 29 KYC_PERSONA_CONVERTER_HELPER = taler-exchange-kyc-persona-converter.sh 30 31 32 # How long is the KYC check valid? 33 KYC_PERSONA_VALIDITY = forever 34 35 # Which subdomain is used for our API? 36 KYC_PERSONA_SUBDOMAIN = taler 37 38 # Authentication token to use. 39 KYC_PERSONA_AUTH_TOKEN = persona_sandbox_42 40 41 # Form to use. 42 KYC_PERSONA_TEMPLATE_ID = itempl_Uj6Xxxxx 43 44 # Where do we redirect to after KYC finished successfully. 45 KYC_PERSONA_POST_URL = https://taler.net/ 46 47 # Salt to give to requests for idempotency. 48 # Optional. 49 # KYC_PERSONA_SALT = salt