summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-23 13:05:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-23 13:05:00 +0100
commit6e4ce7799c8bddab11bd1b20a8f1cb8a7b6abc21 (patch)
tree5733f9b8d3529a713c44c5d23ea3232914848f7d
parent18a8fa44658c44f9eee5ced8cbba452b17204aa4 (diff)
downloadsync-6e4ce7799c8bddab11bd1b20a8f1cb8a7b6abc21.tar.gz
sync-6e4ce7799c8bddab11bd1b20a8f1cb8a7b6abc21.tar.bz2
sync-6e4ce7799c8bddab11bd1b20a8f1cb8a7b6abc21.zip
fix configv0.7.0
-rw-r--r--src/lib/test_sync_api.conf12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/lib/test_sync_api.conf b/src/lib/test_sync_api.conf
index 3883651..5218f3a 100644
--- a/src/lib/test_sync_api.conf
+++ b/src/lib/test_sync_api.conf
@@ -70,6 +70,10 @@ CONFIG = postgres:///talercheck
KEYFILE = ${TALER_CONFIG_HOME}/merchant/default.priv
NAME = Kudos Inc.
+[merchant-exchange-default]
+BASE_URL = http://localhost:8081/
+MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
+
# Account of the MERCHANT
[merchant-account-merchant]
# What is the merchant's bank account?
@@ -87,14 +91,6 @@ HONOR_default = YES
ACTIVE_default = YES
-# Sections starting with "exchange-" specify trusted exchanges
-# (by the merchant)
-[exchange-kudos]
-MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
-# FIXME: remove next line?
-CURRENCY = KUDOS
-BASE_URL = http://localhost:8081/
-
# only fixes skips.
[auditor]
BASE_URL = http://the.auditor/