test.conf (634B)
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 = bearer 20 TOKEN = secret-token 21 22 [nexus-httpd-revenue-api] 23 ENABLED = YES 24 AUTH_METHOD = bearer 25 TOKEN = secret-token 26 27 [nexus-httpd-observability-api] 28 ENABLED = YES 29 AUTH_METHOD = none