aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/test_consensus.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/test_consensus.conf')
-rw-r--r--src/consensus/test_consensus.conf21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf
index 714422879..67935e69a 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -1,37 +1,21 @@
1[consensus] 1[consensus]
2AUTOSTART = YES
3PORT = 2110
4HOSTNAME = localhost
5BINARY = gnunet-service-consensus
6#PREFIX = gdbserver :12345 2#PREFIX = gdbserver :12345
7#PREFIX = valgrind 3#PREFIX = valgrind
8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1;
10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-consensus.sock
11UNIX_MATCH_UID = YES
12UNIX_MATCH_GID = YES
13OPTIONS = -L INFO 4OPTIONS = -L INFO
14 5
15
16[transport] 6[transport]
17OPTIONS = -LERROR 7OPTIONS = -LERROR
18 8
19
20[arm]
21DEFAULTSERVICES = core consensus set
22
23[set] 9[set]
24OPTIONS = -L INFO 10OPTIONS = -L INFO
25#PREFIX = valgrind --leak-check=full 11#PREFIX = valgrind --leak-check=full
26#PREFIX = valgrind 12#PREFIX = valgrind
27 13
28
29[testbed] 14[testbed]
30OVERLAY_TOPOLOGY = CLIQUE 15OVERLAY_TOPOLOGY = CLIQUE
31 16
32[hostlist] 17[hostlist]
33SERVERS = 18SERVERS =
34
35 19
36[nat] 20[nat]
37# Use addresses from the local network interfaces (inluding loopback, but also others) 21# Use addresses from the local network interfaces (inluding loopback, but also others)
@@ -43,6 +27,3 @@ DISABLEV6 = NO
43# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) 27# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
44RETURN_LOCAL_ADDRESSES = YES 28RETURN_LOCAL_ADDRESSES = YES
45 29
46[nse]
47AUTOSTART = NO
48