aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/consensus.conf.in2
-rw-r--r--src/consensus/test_consensus.conf6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/consensus/consensus.conf.in b/src/consensus/consensus.conf.in
index 2afee04db..b0fbcaf5a 100644
--- a/src/consensus/consensus.conf.in
+++ b/src/consensus/consensus.conf.in
@@ -1,5 +1,5 @@
1[consensus] 1[consensus]
2AUTOSTART = @AUTOSTART@ 2START_ON_DEMAND = @START_ON_DEMAND@
3@JAVAPORT@PORT = 2103 3@JAVAPORT@PORT = 2103
4HOSTNAME = localhost 4HOSTNAME = localhost
5BINARY = gnunet-service-consensus 5BINARY = gnunet-service-consensus
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf
index 6cb0885b0..42e06a66d 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -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)