summaryrefslogtreecommitdiff
path: root/src/testing/test_auditor_api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_auditor_api.conf')
-rw-r--r--src/testing/test_auditor_api.conf15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/testing/test_auditor_api.conf b/src/testing/test_auditor_api.conf
index 294381d49..a03044523 100644
--- a/src/testing/test_auditor_api.conf
+++ b/src/testing/test_auditor_api.conf
@@ -20,13 +20,6 @@ TINY_AMOUNT = EUR:0.01
[exchange]
-# how long is one signkey valid?
-signkey_duration = 4 weeks
-
-# how long are the signatures with the signkey valid?
-legal_duration = 2 years
-signkey_legal_duration = 2 years
-
# HTTP port the exchange listens to
PORT = 8081
@@ -40,9 +33,6 @@ DB = postgres
# exchange (or the twister) is actually listening.
BASE_URL = "http://localhost:8081/"
-# Keep it short so the test runs fast.
-LOOKAHEAD_SIGN = 12 h
-
[exchangedb-postgres]
CONFIG = "postgres:///talercheck"
@@ -51,10 +41,7 @@ CONFIG = "postgres:///talercheck"
# Sections starting with "exchange-account-" configure the bank accounts
# of the exchange. The "URL" specifies the account in
-# payto://-format, while the WIRE_JSON specifies the
-# (possibly offline) signed version to be returned in /wire.
-# WIRE_JSON is optional, as not all accounts must be
-# advertised in /wire.
+# payto://-format.
[exchange-account-1]
# What is the URL of our account?
PAYTO_URI = "payto://x-taler-bank/localhost/42"