commit 303542ffca54df002d0b750a8c6d63f8372dc4df parent 6011ba87deb28ab624130a27cc4caf6008d2d075 Author: Florian Dold <florian@dold.me> Date: Wed, 4 Oct 2023 22:53:31 +0200 bank: additional options in sample config Diffstat:
| M | contrib/libeufin-bank.conf | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git 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