-fix example KYC config options
This commit is contained in:
parent
18515a2374
commit
5ea311f9f6
@ -1 +1 @@
|
|||||||
Subproject commit 3e659ed54023230dd45dbec5664f176e1763d260
|
Subproject commit df1d198918cbdd03c18723d818979c8d09f8f231
|
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user