aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAntoine A <>2024-02-06 16:11:41 +0100
committerAntoine A <>2024-02-06 16:11:41 +0100
commitfec38bd1934f3da7cc94872dfe6bc6679b9e92f9 (patch)
treee0d998f33bb83d24423a036a70198d043c6a8d60 /contrib
parent2f4ac08b02f763a941d1ee0154ff6e2ed5b9c024 (diff)
downloadlibeufin-fec38bd1934f3da7cc94872dfe6bc6679b9e92f9.tar.gz
libeufin-fec38bd1934f3da7cc94872dfe6bc6679b9e92f9.tar.bz2
libeufin-fec38bd1934f3da7cc94872dfe6bc6679b9e92f9.zip
Make more config values mandatoryv0.9.4-dev.16
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bank.conf10
-rw-r--r--contrib/nexus.conf23
2 files changed, 19 insertions, 14 deletions
diff --git a/contrib/bank.conf b/contrib/bank.conf
index 68412350..374bc145 100644
--- a/contrib/bank.conf
+++ b/contrib/bank.conf
@@ -1,15 +1,15 @@
[libeufin-bank]
# Internal currency of the libeufin-bank
-CURRENCY = KUDOS
+CURRENCY =
# Supported payment target type, this can either be iban or x-taler-bank
-WIRE_TYPE = iban
+WIRE_TYPE =
-# Bank BIC used in generated iban payto URI
-IBAN_PAYTO_BIC = SANDBOXX
+# Bank BIC used in generated iban payto URI. Required if WIRE_TYPE = iban
+# IBAN_PAYTO_BIC =
-# Bank hostname used in generated x-taler-bank payto URI
+# Bank hostname used in generated x-taler-bank payto URI. Required if WIRE_TYPE = x-taler-bank
# X_TALER_BANK_PAYTO_HOSTNAME = bank.$FOO.taler.net
# Default debt limit for newly created accounts Default is CURRENCY:0
diff --git a/contrib/nexus.conf b/contrib/nexus.conf
index 3854ad55..098f0402 100644
--- a/contrib/nexus.conf
+++ b/contrib/nexus.conf
@@ -4,26 +4,31 @@ LIBEUFIN_NEXUS_HOME = /var/lib/libeufin-nexus
[nexus-ebics]
# Currency used by the bank where Nexus is client.
-CURRENCY = KUDOS
+CURRENCY =
# Base URL of the bank server.
-HOST_BASE_URL = http://ebics.bank.com/
+HOST_BASE_URL =
# EBICS host ID.
-HOST_ID = mybank
+HOST_ID =
# EBICS user ID, as assigned by the bank.
-USER_ID = myuser
+USER_ID =
# EBICS partner ID, as assigned by the bank.
-PARTNER_ID = myorg
+PARTNER_ID =
# EBICS partner ID, as assigned by the bank.
-SYSTEM_ID = banksys
+SYSTEM_ID =
-IBAN = CH9789144829733648596
-BIC = POFICHBE
-NAME = LibEuFin
+# IBAN of the bank account that is associated with the EBICS subscriber
+IBAN =
+
+# BIC of the bank account that is associated with the EBICS subscriber
+BIC =
+
+# Legal entity that is associated with the EBICS subscriber
+NAME =
# File that holds the bank EBICS keys.
BANK_PUBLIC_KEYS_FILE = ${LIBEUFIN_NEXUS_HOME}/bank-ebics-keys.json