summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api_twisted.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-22 19:59:34 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-22 19:59:34 +0200
commite357b735bf09bcdb201841885e79e9f946582912 (patch)
treeba9f47191fd3b07cb226e3412055fc98f483a1e1 /src/testing/test_merchant_api_twisted.conf
parent7aaeee0914057eeb64bf6af80b54d7d9e58d1b39 (diff)
downloadmerchant-e357b735bf09bcdb201841885e79e9f946582912.tar.gz
merchant-e357b735bf09bcdb201841885e79e9f946582912.tar.bz2
merchant-e357b735bf09bcdb201841885e79e9f946582912.zip
move libtalermerchanttesting and test cases to src/testing/
Diffstat (limited to 'src/testing/test_merchant_api_twisted.conf')
-rw-r--r--src/testing/test_merchant_api_twisted.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api_twisted.conf b/src/testing/test_merchant_api_twisted.conf
new file mode 100644
index 00000000..5cc28b48
--- /dev/null
+++ b/src/testing/test_merchant_api_twisted.conf
@@ -0,0 +1,18 @@
+# This file is in the public domain.
+@INLINE@ test_merchant_api.conf
+
+[merchant-exchange-test]
+# must target the twister's http port.
+EXCHANGE_BASE_URL = http://localhost:8888/
+
+[exchange]
+BASE_URL = http://localhost:8888/
+
+[auditor]
+BASE_URL = http://the.auditor/
+
+# merchant: 8080
+# exchange: 8081
+# (Fake)bank: 8082
+# twisted-exchange: 8888
+# twisted-merchant: 8889