Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / secretsharing / test_secretsharing.conf
1 [secretsharing]
2 AUTOSTART = YES
3 #PREFIX = valgrind --leak-check=full
4 OPTIONS = -LINFO
5
6 [consensus]
7 AUTOSTART = YES
8
9 [transport]
10 OPTIONS = -LERROR
11 PLUGINS = unix
12
13 [set]
14 OPTIONS = -L INFO
15 AUTOSTART = YES
16 #PREFIX = valgrind --leak-check=full
17
18 [testbed]
19 OVERLAY_TOPOLOGY = CLIQUE
20
21 [hostlist]
22 SERVERS =
23
24 [nat]
25 # Use addresses from the local network interfaces (inluding loopback, but also others)
26 USE_LOCALADDR = YES
27
28 # Disable IPv6 support
29 DISABLEV6 = NO
30
31 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
32 RETURN_LOCAL_ADDRESSES = YES
33
34 [nse]
35 AUTOSTART = NO
36