-indentation
[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
12 [arm]
13 DEFAULTSERVICES = core consensus set secretsharing
14
15 [set]
16 OPTIONS = -L INFO
17 AUTOSTART = YES
18 #PREFIX = valgrind --leak-check=full
19
20 [testbed]
21 OVERLAY_TOPOLOGY = CLIQUE
22
23 [hostlist]
24 SERVERS = 
25
26 [nat]
27 # Use addresses from the local network interfaces (inluding loopback, but also others)
28 USE_LOCALADDR = YES
29
30 # Disable IPv6 support
31 DISABLEV6 = NO
32
33 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
34 RETURN_LOCAL_ADDRESSES = YES
35
36 [nse]
37 AUTOSTART = NO
38