From 1fc8fd22dc417f151e28a63dfc6fd58cf4b10b2e Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 16 Jan 2020 14:40:28 +0100 Subject: Aggregator tests execute first CMD. --- src/lib/test-taler-exchange-aggregator-postgres.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (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 b6c18fd5..9ee6c6b0 100644 --- a/src/lib/test-taler-exchange-aggregator-postgres.conf +++ b/src/lib/test-taler-exchange-aggregator-postgres.conf @@ -20,6 +20,12 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG # the tracking API. BASE_URL = "https://exchange.taler.net/" +[auditor] +BASE_URL = "http://auditor.example.com/" + +[auditordb-postgres] +CONFIG = "postgres:///talercheck" + [exchangedb] # After how long do we close idle reserves? The exchange # and the auditor must agree on this value. We currently @@ -34,7 +40,6 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks #The connection string the plugin has to use for connecting to the database CONFIG = postgres:///talercheck - [exchangedb] # After how long do we close idle reserves? The exchange @@ -53,9 +58,8 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years # What is the account URL? URL = "payto://x-taler-bank/localhost:8082/3" - +method = "x-taler-bank" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json -PLUGIN = "taler_bank" ENABLE_DEBIT = YES ENABLE_CREDIT = YES TALER_BANK_AUTH_METHOD = NONE -- cgit v1.2.3