-rename file
[oweals/gnunet.git] / src / set / test_set.conf
1 # @INLINE@ test_set_defaults.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /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 = valgrind -v --leak-check=full 
12 #PREFIX = gdbserver :1234
13 ACCEPT_FROM = 127.0.0.1;
14 ACCEPT_FROM6 = ::1;
15 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-set.sock
16 UNIX_MATCH_UID = YES
17 UNIX_MATCH_GID = YES
18 OPTIONS = -L INFO
19
20
21 [transport]
22 OPTIONS = -LERROR
23
24
25 [testbed]
26 OVERLAY_TOPOLOGY = CLIQUE
27