test_bank_api_fakebank.conf (667B)
1 # This file is in the public domain. 2 @INLINE@ test_bank_api.conf 3 4 [exchange-account-1] 5 PAYTO_URI = "payto://x-taler-bank/localhost:8082/1?receiver-name=1" 6 7 [exchange-account-2] 8 PAYTO_URI = "payto://x-taler-bank/localhost:8082/2?receiver-name=2" 9 10 [exchange-accountcredentials-2] 11 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/" 12 WIRE_GATEWAY_AUTH_METHOD = basic 13 USERNAME = Exchange 14 PASSWORD = password 15 16 [admin-accountcredentials-2] 17 WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/" 18 WIRE_GATEWAY_AUTH_METHOD = basic 19 # For now, fakebank still checks against the Exchange account... 20 USERNAME = Exchange 21 PASSWORD = password