gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix example KYC config options


From: gnunet
Subject: [taler-exchange] branch master updated: -fix example KYC config options
Date: Wed, 11 Jan 2023 13:03:42 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5ea311f9 -fix example KYC config options
5ea311f9 is described below

commit 5ea311f9f6b480da37e8e337bb5a0799d011f486
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 13:03:40 2023 +0100

    -fix example KYC config options
---
 contrib/gana                       |  2 +-
 src/kyclogic/kyclogic-persona.conf | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 3e659ed5..df1d1989 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 3e659ed54023230dd45dbec5664f176e1763d260
+Subproject commit df1d198918cbdd03c18723d818979c8d09f8f231
diff --git a/src/kyclogic/kyclogic-persona.conf 
b/src/kyclogic/kyclogic-persona.conf
index de90238c..e29d19db 100644
--- 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/

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]