aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_twister_ipc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_twister_ipc.conf')
-rw-r--r--src/test/test_twister_ipc.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/test/test_twister_ipc.conf b/src/test/test_twister_ipc.conf
new file mode 100644
index 0000000..0d9cc63
--- /dev/null
+++ b/src/test/test_twister_ipc.conf
@@ -0,0 +1,27 @@
+[twister]
+# HTTP listen port for twister
+HTTP_PORT = 8888
+SERVE = unix
+SERVE_UNIXPATH = /tmp/http-twister.sock
+SERVE_UNIXMODE = 660
+
+# HTTP Destination for twister. The test-Webserver needs
+# to listen on the port used here.
+# 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.sock
+UNIX_MATCH_UID = NO
+UNIX_MATCH_GID = YES
+
+# Launching of twister by ARM
+# BINARY = taler-service-twister
+# AUTOSTART = NO
+# FORCESTART = NO