summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-09 14:58:40 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-09 14:58:40 +0200
commitc3fc9ca0e3c971066f17b76d437425a9caacf979 (patch)
tree86979d67517a97996cb335590dbdd39db9aad73e
parent6e09459865afc1b3b00405331f6370ad8ce91c41 (diff)
downloadmerchant-c3fc9ca0e3c971066f17b76d437425a9caacf979.tar.gz
merchant-c3fc9ca0e3c971066f17b76d437425a9caacf979.tar.bz2
merchant-c3fc9ca0e3c971066f17b76d437425a9caacf979.zip
fix currency configuration, now that exchange checks
-rw-r--r--src/lib/test_merchant_api.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index 12bf0ddd..7d603c6d 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -4,10 +4,16 @@
# Persistant data storage for the testcase
TALER_TEST_HOME = test_merchant_api_home/
+
+[taler]
+# What currency do we use?
+CURRENCY = EUR
+
##########################################
# Configuration for the merchant backend #
##########################################
+
[merchant]
# Which port do we run the backend on? (HTTP server)
@@ -19,9 +25,6 @@ HOSTNAME = localhost
# Where is our private key?
KEYFILE = test_merchant.priv
-# What currency does this backend accept?
-CURRENCY = EUR
-
# How quickly do we want the exchange to send us our money?
# Used only if the frontend does not specify a value.
# FIXME: EDATE is a bit short, 'execution_delay'?