From dcc80fd35dccf7c4686d267d37c95c38eb5fd36f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 17 Jan 2020 03:39:15 +0100 Subject: make aggregator test case pass again --- src/lib/test-taler-exchange-aggregator-postgres.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/lib/test-taler-exchange-aggregator-postgres.conf') diff --git a/src/lib/test-taler-exchange-aggregator-postgres.conf b/src/lib/test-taler-exchange-aggregator-postgres.conf index 25ca80fd..7f22acd2 100644 --- a/src/lib/test-taler-exchange-aggregator-postgres.conf +++ b/src/lib/test-taler-exchange-aggregator-postgres.conf @@ -57,13 +57,20 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years [account-1] # What is the account URL? -URL = "payto://x-taler-bank/localhost:8082/2" +URL = "payto://x-taler-bank/localhost/2" +WIRE_GATEWAY_URL = "http://localhost:8082/2/" +WIRE_GATEWAY_AUTH_METHOD = basic +USERNAME = Exchange +PASSWORD = x method = "x-taler-bank" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json ENABLE_DEBIT = YES ENABLE_CREDIT = YES TALER_BANK_AUTH_METHOD = NONE +[bank] +HTTP_PORT = 8082 + [fees-x-taler-bank] # Fees for the forseeable future... -- cgit v1.2.3