commit c3fc9ca0e3c971066f17b76d437425a9caacf979
parent 6e09459865afc1b3b00405331f6370ad8ce91c41
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 9 Jun 2016 14:58:40 +0200
fix currency configuration, now that exchange checks
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git 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'?