migrating towards XDG configuration specification (#3000)
[oweals/gnunet.git] / src / set / test_set.conf
1 # @INLINE@ test_set_defaults.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-gnunet-set/
4
5 [set]
6 AUTOSTART = YES
7 PORT = 2106
8 HOSTNAME = localhost
9 BINARY = gnunet-service-set
10 #PREFIX = valgrind
11 #PREFIX = gdbserver :1234
12 ACCEPT_FROM = 127.0.0.1;
13 ACCEPT_FROM6 = ::1;
14 UNIXPATH = /tmp/gnunet-service-set.sock
15 UNIX_MATCH_UID = YES
16 UNIX_MATCH_GID = YES
17 OPTIONS = -L INFO
18
19
20 [transport]
21 OPTIONS = -LERROR
22
23
24 [testbed]
25 OVERLAY_TOPOLOGY = CLIQUE
26