summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api_proxy_merchant.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_proxy_merchant.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_proxy_merchant.conf')
-rw-r--r--src/testing/test_merchant_api_proxy_merchant.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api_proxy_merchant.conf b/src/testing/test_merchant_api_proxy_merchant.conf
new file mode 100644
index 00000000..9ef38a06
--- /dev/null
+++ b/src/testing/test_merchant_api_proxy_merchant.conf
@@ -0,0 +1,31 @@
+# This file is in the public domain.
+
+# Config to set up the twister between the
+# HTTP client (= the "lib" code) and the
+# merchant service.
+
+[twister]
+# HTTP listen port for twister ("lib" code will
+# transparently use this URL as the "merchant")
+HTTP_PORT = 8889
+SERVE = tcp
+
+# HTTP Destination for twister, so the real
+# merchant URL. Note: no trailing '/'!
+DESTINATION_BASE_URL = "http://localhost:8080"
+
+# Control port for TCP
+# PORT = 8889
+HOSTNAME = localhost
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+
+# Control port for UNIX
+UNIXPATH = /tmp/taler-service-twister-merchant.sock
+UNIX_MATCH_UID = NO
+UNIX_MATCH_GID = YES
+
+# Launching of twister by ARM
+# BINARY = taler-service-twister
+# AUTOSTART = NO
+# FORCESTART = NO