summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-11-29 12:47:02 +0000
committerAntoine A <>2023-11-29 12:47:02 +0000
commit062f315af6f8dfb8d3a16d9260c66d7d1ff29a02 (patch)
tree2f2f83a2c423b9515db66ee6d23f51aa203b5ffc
parentb0dafc76963fd8fb4d5c5d242b245817d096d23b (diff)
downloaddocs-062f315af6f8dfb8d3a16d9260c66d7d1ff29a02.tar.gz
docs-062f315af6f8dfb8d3a16d9260c66d7d1ff29a02.tar.bz2
docs-062f315af6f8dfb8d3a16d9260c66d7d1ff29a02.zip
Update libeufin-bank documentation
-rw-r--r--libeufin/bank-manual.rst1
-rw-r--r--libeufin/regional-manual.rst1
-rw-r--r--manpages/libeufin-bank.conf.5.rst10
3 files changed, 10 insertions, 2 deletions
diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst
index 8ba68f8f..13e0327b 100644
--- 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
index 4c0a71f8..c31cd076 100644
--- 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
index 62fcdefa..ceef7ea6 100644
--- 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``.