integration.conf (776B)
1 [libeufin-bank] 2 CURRENCY = KUDOS 3 BASE_URL = http://localhost:8080/ 4 WIRE_TYPE = x-taler-bank 5 X_TALER_BANK_PAYTO_HOSTNAME = https://bank.example.com 6 SUGGESTED_WITHDRAWAL_EXCHANGE = https://exchange.example.com 7 ALLOW_REGISTRATION = yes 8 ALLOW_ACCOUNT_DELETION = yes 9 allow_conversion = YES 10 FIAT_CURRENCY = EUR 11 tan_sms = libeufin-tan-file.sh 12 tan_email = libeufin-tan-fail.sh 13 SERVE = unix 14 UNIXPATH = /tmp/libeufin.sock 15 16 [nexus-ebics] 17 CURRENCY = EUR 18 19 # Bank 20 HOST_BASE_URL = http://bank.example.com/ 21 BANK_DIALECT = postfinance 22 23 # EBICS IDs 24 HOST_ID = mybank 25 USER_ID = myuser 26 PARTNER_ID = myorg 27 28 # Account information 29 IBAN = myiban 30 BIC = mybic 31 NAME = myname 32 33 [libeufin-bankdb-postgres] 34 CONFIG = postgresql:///libeufincheck 35 36 [libeufin-nexusdb-postgres] 37 CONFIG = postgres:///libeufincheck