Link dv transport to libgnunethello
[oweals/gnunet.git] / src / consensus / test_consensus.conf
1 [consensus]
2 AUTOSTART = YES
3 PORT = 2110
4 HOSTNAME = localhost
5 BINARY = gnunet-service-consensus
6 #PREFIX = gdbserver :12345
7 #PREFIX = valgrind --leak-check=full 
8 ACCEPT_FROM = 127.0.0.1;
9 ACCEPT_FROM6 = ::1;
10 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-consensus.sock
11 UNIX_MATCH_UID = YES
12 UNIX_MATCH_GID = YES
13 OPTIONS = -L INFO
14
15
16 [transport]
17 OPTIONS = -LERROR
18
19
20 [arm]
21 DEFAULTSERVICES = core consensus set
22
23 [set]
24 OPTIONS = -L INFO
25 #PREFIX = valgrind --leak-check=full
26
27
28 [testbed]
29 OVERLAY_TOPOLOGY = CLIQUE
30
31 [hostlist]
32 SERVERS = 
33
34
35 [nat]
36 # Use addresses from the local network interfaces (inluding loopback, but also others)
37 USE_LOCALADDR = YES
38
39 # Disable IPv6 support
40 DISABLEV6 = NO
41
42 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
43 RETURN_LOCAL_ADDRESSES = YES
44
45 [nse]
46 AUTOSTART = NO
47