summaryrefslogtreecommitdiff
path: root/src/lib/test_merchant_api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test_merchant_api.conf')
-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'?