summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-15 17:27:02 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-15 17:27:02 +0200
commite68446e0a8a4a54b99ba5773a9f7ff17837a393b (patch)
treed35410d8a0d4e3ea00de8cad8f671ce5f5e5bbbe /contrib
parent1b0f8609901eb8184194144cc20a194534c81a4a (diff)
downloadexchange-e68446e0a8a4a54b99ba5773a9f7ff17837a393b.tar.gz
exchange-e68446e0a8a4a54b99ba5773a9f7ff17837a393b.tar.bz2
exchange-e68446e0a8a4a54b99ba5773a9f7ff17837a393b.zip
adding tests for /wire
Diffstat (limited to 'contrib')
-rw-r--r--contrib/mint-template/config/mint-common.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/mint-template/config/mint-common.conf b/contrib/mint-template/config/mint-common.conf
index e222a36a1..958763b2b 100644
--- a/contrib/mint-template/config/mint-common.conf
+++ b/contrib/mint-template/config/mint-common.conf
@@ -2,7 +2,7 @@
# Currency supported by the mint (can only be one)
CURRENCY = EUR
-# Wire format supproted by the mint (currently only SEPA is implemented)
+# Wire format supported by the mint (currently only SEPA is implemented)
WIREFORMAT = SEPA
# HTTP port the mint listens to
@@ -19,3 +19,9 @@ TESTRUN = YES
[mintdb-postgres]
DB_CONN_STR = "postgres:///talercheck"
+
+[mint-wire-sepa]
+SEPA_RESPONSE_FILE = "sepa.json"
+
+[mint-wire-test]
+REDIRECT_URL = "http://test/"