test_bank_api_nexus.conf (991B)
1 # This file is in the public domain. 2 @INLINE@ test_bank_api.conf 3 4 [exchange-account-2] 5 PAYTO_URI = payto://iban/BIC/ES9121000418450200051332?receiver-name=Exchange 6 7 [exchange-accountcredentials-2] 8 WIRE_GATEWAY_URL = http://localhost:8082/accounts/exchange/taler-wire-gateway/ 9 WIRE_GATEWAY_AUTH_METHOD = basic 10 USERNAME = exchange 11 PASSWORD = password 12 13 [admin-accountcredentials-2] 14 WIRE_GATEWAY_URL = http://localhost:8082/accounts/exchange/taler-wire-gateway/ 15 WIRE_GATEWAY_AUTH_METHOD = basic 16 USERNAME = admin 17 # 'secret' is from taler-unified-setup.sh 18 PASSWORD = secret-password 19 20 [libeufin-bankdb-postgres] 21 CONFIG="postgresql:///talercheck" 22 23 # libeufin doesn't search our config.d/currencies.conf 24 # as it has a different resource path. Thus replicated 25 # here. 26 [currency-euro] 27 ENABLED = YES 28 name = "Euro" 29 code = "EUR" 30 decimal_separator = "," 31 fractional_input_digits = 2 32 fractional_normal_digits = 2 33 fractional_trailing_zero_digits = 2 34 is_currency_name_leading = NO 35 alt_unit_names = {"0":"€"}