summaryrefslogtreecommitdiff
path: root/src/lib/test-taler-exchange-aggregator-postgres.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test-taler-exchange-aggregator-postgres.conf')
-rw-r--r--src/lib/test-taler-exchange-aggregator-postgres.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/test-taler-exchange-aggregator-postgres.conf b/src/lib/test-taler-exchange-aggregator-postgres.conf
index b6c18fd5b..9ee6c6b0f 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