summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-20 12:56:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-20 12:56:50 +0100
commit4912f9041cbb46a643d85f7e9c8092579ef8157e (patch)
treec5f9837cffbc001fc4ff5d341f172f17f41d8f67
parentac7b72b51b5e39d3703e2c42940118c4a98ccddb (diff)
downloadsync-4912f9041cbb46a643d85f7e9c8092579ef8157e.tar.gz
sync-4912f9041cbb46a643d85f7e9c8092579ef8157e.tar.bz2
sync-4912f9041cbb46a643d85f7e9c8092579ef8157e.zip
remove dead/redundant options
-rw-r--r--src/testing/test_sync_api.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf
index 8c968ed..d723511 100644
--- a/src/testing/test_sync_api.conf
+++ b/src/testing/test_sync_api.conf
@@ -75,22 +75,6 @@ EXCHANGE_BASE_URL = http://localhost:8081/
MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
CURRENCY = EUR
-# Account of the MERCHANT
-[merchant-account-merchant]
-# What is the merchant's bank account?
-PAYTO_URI = "payto://x-taler-bank/localhost:8082/3"
-
-# This is the *salted* response we give out for /contract requests.
-# File is generated on first use, no need for merchants to generate
-# the salt!
-WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json
-
-# Accept payments to this account in instance-default
-HONOR_default = YES
-
-# Advertise in new contracts of instance-default
-ACTIVE_default = YES
-
# only fixes skips.
[auditor]
@@ -118,23 +102,6 @@ CURRENCY = EUR
# Configuration for the exchange for the testcase #
###################################################
-[exchange_keys]
-
-# how long is one signkey valid?
-signkey_duration = 4 weeks
-
-# how long are the signatures with the signkey valid?
-legal_duration = 2 years
-
-# how long do we generate denomination and signing keys
-# ahead of time?
-lookahead_sign = 32 weeks 1 day
-
-# how long do we provide to clients denomination and signing keys
-# ahead of time?
-lookahead_provide = 4 weeks 1 day
-
-
[exchange]
# How to access our database
DB = postgres
@@ -145,8 +112,6 @@ PORT = 8081
# Our public key
MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
-SIGNKEY_LEGAL_DURATION = 2 years
-
# Base URL of the exchange.
BASE_URL = "http://localhost:8081/"
@@ -162,7 +127,6 @@ CONFIG = postgres:///talercheck
PAYTO_URI = "payto://x-taler-bank/localhost:8082/2"
WIRE_GATEWAY_URL = "http://localhost:8082/2/"
WIRE_GATEWAY_AUTH_METHOD = NONE
-
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES