libeufin

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

test.conf (666B)


      1 [nexus-ebics]
      2 CURRENCY = CHF
      3 BANK_DIALECT = postfinance
      4 HOST_BASE_URL = https://isotest.postfinance.ch/ebicsweb/ebicsweb
      5 BANK_PUBLIC_KEYS_FILE = test/tmp/bank-keys.json
      6 CLIENT_PRIVATE_KEYS_FILE = test/tmp/client-keys.json
      7 IBAN = CH7789144474425692816
      8 QR_IBAN = CH4431999123000889012
      9 HOST_ID = PFEBICS
     10 USER_ID = PFC00563
     11 PARTNER_ID = PFC00563
     12 BIC = BIC
     13 NAME = myname
     14 
     15 [libeufin-nexusdb-postgres]
     16 CONFIG = postgres:///libeufincheck
     17 
     18 [nexus-httpd-wire-gateway-api]
     19 ENABLED = YES
     20 AUTH_METHOD = bearer
     21 TOKEN = secret-token
     22 
     23 [nexus-httpd-revenue-api]
     24 ENABLED = YES
     25 AUTH_METHOD = bearer
     26 TOKEN = secret-token
     27 
     28 [nexus-httpd-observability-api]
     29 ENABLED = YES
     30 AUTH_METHOD = none