aboutsummaryrefslogtreecommitdiff
path: root/manpages
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 /manpages
parentb0dafc76963fd8fb4d5c5d242b245817d096d23b (diff)
downloaddocs-062f315af6f8dfb8d3a16d9260c66d7d1ff29a02.tar.gz
docs-062f315af6f8dfb8d3a16d9260c66d7d1ff29a02.tar.bz2
docs-062f315af6f8dfb8d3a16d9260c66d7d1ff29a02.zip
Update libeufin-bank documentation
Diffstat (limited to 'manpages')
-rw-r--r--manpages/libeufin-bank.conf.5.rst10
1 files changed, 8 insertions, 2 deletions
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``.