-fix example KYC config options

This commit is contained in:
Christian Grothoff 2023-01-11 13:03:40 +01:00
parent 18515a2374
commit 5ea311f9f6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 3e659ed54023230dd45dbec5664f176e1763d260 Subproject commit df1d198918cbdd03c18723d818979c8d09f8f231

View File

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