summaryrefslogtreecommitdiff
path: root/src/test/test_twister_ipc.conf
blob: 0d9cc63b70f43bfa65b534668f22909aa03090a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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