commit 062f315af6f8dfb8d3a16d9260c66d7d1ff29a02
parent b0dafc76963fd8fb4d5c5d242b245817d096d23b
Author: Antoine A <>
Date: Wed, 29 Nov 2023 12:47:02 +0000
Update libeufin-bank documentation
Diffstat:
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst
@@ -101,6 +101,7 @@ Then you have to enable conversion and at least one TAN channel for cashout in t
[libeufin-bank]
ALLOW_CONVERSION = yes
+ FIAT_CURRENCY = EUR
TAN_SMS = libeufin-tan-sms.sh
# And/Or
diff --git a/libeufin/regional-manual.rst b/libeufin/regional-manual.rst
@@ -156,6 +156,7 @@ You have to enable conversion and at least one TAN channel for cashout in the
[libeufin-bank]
ALLOW_CONVERSION = yes
+ FIAT_CURRENCY = EUR
TAN_SMS = libeufin-tan-sms.sh
# And/Or
diff --git a/manpages/libeufin-bank.conf.5.rst b/manpages/libeufin-bank.conf.5.rst
@@ -53,11 +53,17 @@ ALLOW_ACCOUNT_DELETION
ALLOW_CONVERSION
Whether regional currency conversion is enabled. Defaults to no if not specified.
+FIAT_CURRENCY
+ External currency used during cashin and cashout.
+ Only used if ``ALLOW_CONVERSION`` is ``YES``.
+
TAN_SMS
- Path to TAN challenge transmission script via sms. If not specified, this TAN channel wil be unuspported.
+ Path to TAN challenge transmission script via sms. If not specified, this TAN channel will not be supported.
+ Only used if ``ALLOW_CONVERSION`` is ``YES``.
TAN_EMAIL
- Path to TAN challenge transmission script via email. If not specified, this TAN channel wil be unuspported.
+ Path to TAN challenge transmission script via email. If not specified, this TAN channel will not be supported.
+ Only used if ``ALLOW_CONVERSION`` is ``YES``.
SERVE
This can either be ``tcp`` or ``unix``.