summaryrefslogtreecommitdiff
path: root/manpages/libeufin-bank.conf.5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/libeufin-bank.conf.5.rst')
-rw-r--r--manpages/libeufin-bank.conf.5.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/manpages/libeufin-bank.conf.5.rst b/manpages/libeufin-bank.conf.5.rst
index 0b27319f..35103760 100644
--- a/manpages/libeufin-bank.conf.5.rst
+++ b/manpages/libeufin-bank.conf.5.rst
@@ -35,6 +35,15 @@ The following options are from the “[libeufin-bank]” section.
CURRENCY
Internal currency of the libeufin-bank, e.g. “EUR” for Euro.
+WIRE_TYPE
+ Supported payment target type, this can either be ``iban`` or ``x-taler-bank``
+
+IBAN_PAYTO_BIC
+ Bank BIC used in generated iban payto URI. Required if WIRE_TYPE = iban
+
+X_TALER_BANK_PAYTO_HOSTNAME
+ Bank hostname used in generated x-taler-bank payto URI. Required if WIRE_TYPE = x-taler-bank
+
DEFAULT_DEBT_LIMIT
Default debt limit for newly created accounts. Defaults to CURRENCY:0 if not specified.
@@ -62,6 +71,14 @@ TAN_EMAIL
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``.
+TAN_SMS_ENV
+ Environment variables for the sms TAN script.
+ Only used if ``TAN_SMS`` is set.
+
+TAN_EMAIL_ENV
+ Environment variables for the email TAN script.
+ Only used if ``TAN_EMAIL`` is set.
+
SERVE
This can either be ``tcp`` or ``unix``.
@@ -69,6 +86,10 @@ PORT
Port on which the HTTP server listens, e.g. 9967.
Only used if ``SERVE`` is ``tcp``.
+BIND_TO
+ Which IP address should we bind to? E.g. ``127.0.0.1`` or ``::1``for loopback. Can also be given as a hostname.
+ Only used if ``SERVE`` is ``tcp``.
+
UNIXPATH
Which unix domain path should we bind to?
Only used if ``SERVE`` is ``unix``.
@@ -86,6 +107,9 @@ following value.
CONFIG
PostgreSQL connection string.
+SQL_DIR
+ Where are the SQL files to setup our tables?
+
SEE ALSO
========