aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api.conf
blob: 79e92af49655a713357e55a5e38b3e0d213f12d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[PATHS]
SERVICEHOME = /tmp/test-ats-api-scheduling/

[arm]
PORT = 12001
DEFAULTSERVICES = ats
UNIXPATH = /tmp/test-ats-scheduling-arm.sock

[ats]
DEBUG = YES
#PREFIX = valgrind --leak-check=full
AUTOSTART = YES
PORT = 12002
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-ats
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
UNIXPATH = /tmp/test-ats-scheduling-ats.sock
UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES