libeufin

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

auth.conf (604B)


      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 HOST_ID = PFEBICS
      9 USER_ID = PFC00563
     10 PARTNER_ID = PFC00563
     11 BIC = BIC
     12 NAME = myname
     13 
     14 [libeufin-nexusdb-postgres]
     15 CONFIG = postgres:///libeufincheck
     16 
     17 [nexus-httpd-wire-gateway-api]
     18 ENABLED = YES
     19 AUTH_METHOD = basic
     20 USERNAME = username
     21 PASSWORD = password
     22 
     23 [nexus-httpd-revenue-api]
     24 ENABLED = YES
     25 AUTH_METHOD = bearer-token
     26 AUTH_BEARER_TOKEN = secret-token