mini.conf (487B)
1 [libeufin-bank] 2 CURRENCY = KUDOS 3 BASE_URL = http://localhost:8080/ 4 5 [nexus-ebics] 6 CURRENCY = CHF 7 8 # Bank 9 HOST_BASE_URL = http://bank.example.com/ 10 BANK_DIALECT = postfinance 11 12 # EBICS IDs 13 HOST_ID = mybank 14 USER_ID = myuser 15 PARTNER_ID = myorg 16 17 # Account information 18 IBAN = myiban 19 BIC = mybic 20 NAME = myname 21 22 [libeufin-bankdb-postgres] 23 CONFIG = postgresql:///libeufincheck 24 25 [libeufin-nexusdb-postgres] 26 CONFIG = postgres:///libeufincheck 27 28 [ebisyncdb-postgres] 29 CONFIG = postgres:///libeufincheck