exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 5ea311f9f6b480da37e8e337bb5a0799d011f486
parent 18515a23749ef723bfc23deb6586348008410820
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 11 Jan 2023 13:03:40 +0100

-fix example KYC config options

Diffstat:
Msrc/kyclogic/kyclogic-persona.conf | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/kyclogic/kyclogic-persona.conf b/src/kyclogic/kyclogic-persona.conf @@ -18,16 +18,16 @@ USER_TYPE = INDIVIDUAL PROVIDED_CHECKS = EXAMPLE_DO_NOT_USE # How long is the KYC check valid? -PERSONA_VALIDITY = forever +KYC_PERSONA_VALIDITY = forever # Which subdomain is used for our API? -PERSONA_SUBDOMAIN = taler +KYC_PERSONA_SUBDOMAIN = taler # Authentication token to use. -PERSONA_AUTH_TOKEN = persona_sandbox_42 +KYC_PERSONA_AUTH_TOKEN = persona_sandbox_42 # Form to use. -PERSONA_TEMPLATE_ID = itempl_Uj6Xxxxx +KYC_PERSONA_TEMPLATE_ID = itempl_Uj6Xxxxx # Where do we redirect to after KYC finished successfully. -KYC_POST_URL = https://taler.net/ +KYC_PERSONA_POST_URL = https://taler.net/