libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

test_with_fees.conf (623B)


      1 [libeufin-bank]
      2 CURRENCY = KUDOS
      3 BASE_URL = http://localhost:8080/
      4 WIRE_TYPE = iban
      5 IBAN_PAYTO_BIC = SANDBOXX
      6 DEFAULT_DEBT_LIMIT = KUDOS:100
      7 SUGGESTED_WITHDRAWAL_EXCHANGE = https://exchange.example.com
      8 ALLOW_REGISTRATION = yes
      9 ALLOW_ACCOUNT_DELETION = yes
     10 ALLOW_EDIT_NAME = yes
     11 ALLOW_EDIT_CASHOUT_PAYTO_URI = yes
     12 allow_conversion = YES
     13 FIAT_CURRENCY = EUR
     14 tan_sms = libeufin-tan-file.sh
     15 tan_email = libeufin-tan-file.sh
     16 wire_transfer_fees = KUDOS:0.1
     17 min_wire_transfer_amount = KUDOS:0.01
     18 max_wire_transfer_amount = KUDOS:100
     19 PWD_HASH_CONFIG = { "cost": 4 }
     20 
     21 [libeufin-bankdb-postgres]
     22 CONFIG = postgresql:///libeufincheck