gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: bank: additional options in sample con


From: gnunet
Subject: [libeufin] branch master updated: bank: additional options in sample config
Date: Wed, 04 Oct 2023 22:53:25 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 303542ff bank: additional options in sample config
303542ff is described below

commit 303542ffca54df002d0b750a8c6d63f8372dc4df
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Oct 4 22:53:31 2023 +0200

    bank: additional options in sample config
---
 contrib/libeufin-bank.conf | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/contrib/libeufin-bank.conf b/contrib/libeufin-bank.conf
index 8ea0bb85..9302fbc7 100644
--- a/contrib/libeufin-bank.conf
+++ b/contrib/libeufin-bank.conf
@@ -17,7 +17,17 @@ REGISTRATION_BONUS_ENABLED = yes
 
 # Value of the registration bonus for new users.
 # Only applicable of enabled.
-REGISTRATION_BONUS = KUDOS:100
+REGISTRATION_BONUS = KUDOS:100S
+
+# Exchange that is suggested to wallets when withdrawing.
+SUGGESTED_WITHDRAWAL_EXCHANGE = https://exchange.test.taler.net/
+
+# URL that wallets are redirected to when they need to confirm
+# a withdrawal.
+# The string {woid} is replaced with the withdrawal operation ID.
+# FIXME: The name is not great.  Maybe call it WITHDRAWAL_CONFIRMATION_REDIRECT
+# or something similar?
+SPA_CAPTCHA_URL = https://bank.test.taler.net/webui/#/operation/{woid}
 
 # Where "libeufin-bank serve" serves its API
 SERVE = tcp

-- 
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]