diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-17 03:39:15 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-17 03:39:15 +0100 |
commit | dcc80fd35dccf7c4686d267d37c95c38eb5fd36f (patch) | |
tree | 3e815c60267fb2a040d00f5118138036d6102d5f /src/lib/test-taler-exchange-aggregator-postgres.conf | |
parent | a65d3f1800756e5ca5059b234e899c2c8474f3b4 (diff) |
make aggregator test case pass again
Diffstat (limited to 'src/lib/test-taler-exchange-aggregator-postgres.conf')
-rw-r--r-- | src/lib/test-taler-exchange-aggregator-postgres.conf | 9 |
1 files changed, 8 insertions, 1 deletions
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... |