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.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf
index f78b77d09..fa42c3c1a 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/test-consensus/ 2GNUNET_TEST_HOME = $GNUNET_TMP/test-consensus/
3 3
4[consensus] 4[consensus]
5#OPTIONS = -L INFO 5#OPTIONS = -L INFO
@@ -17,22 +17,22 @@ BINARY = gnunet-service-evil-consensus
17RESOURCE_DIAGNOSTICS = resource.log.${PEERID:-master} 17RESOURCE_DIAGNOSTICS = resource.log.${PEERID:-master}
18 18
19[core] 19[core]
20FORCESTART = YES 20IMMEDIATE_START = YES
21 21
22[revocation] 22[revocation]
23FORCESTART = NO 23IMMEDIATE_START = NO
24 24
25[fs] 25[fs]
26FORCESTART = NO 26IMMEDIATE_START = NO
27 27
28[gns] 28[gns]
29FORCESTART = NO 29IMMEDIATE_START = NO
30 30
31[zonemaster] 31[zonemaster]
32FORCESTART = NO 32IMMEDIATE_START = NO
33 33
34[hostlist] 34[hostlist]
35FORCESTART = NO 35IMMEDIATE_START = NO
36 36
37[cadet] 37[cadet]
38#PREFIX = valgrind 38#PREFIX = valgrind
@@ -54,13 +54,13 @@ OPERATION_TIMEOUT = 60 s
54MAX_OPEN_FDS = 4096 54MAX_OPEN_FDS = 4096
55 55
56[hostlist] 56[hostlist]
57AUTOSTART = NO 57START_ON_DEMAND = NO
58 58
59[fs] 59[fs]
60AUTOSTART = NO 60START_ON_DEMAND = NO
61 61
62[revocation] 62[revocation]
63AUTOSTART = NO 63START_ON_DEMAND = NO
64 64
65[nat] 65[nat]
66# Use addresses from the local network interfaces (inluding loopback, but also others) 66# Use addresses from the local network interfaces (inluding loopback, but also others)