aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/learning_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 13:42:30 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 13:42:30 +0000
commit003d9c41d5ff799d9472489ba0544bb4a6942c85 (patch)
tree43564196a819cbe6748f4e14887bd146312dd99d /src/hostlist/learning_data.conf
parent0ea2ffb99da4645d3984fd0b207bd78d261e8356 (diff)
downloadgnunet-003d9c41d5ff799d9472489ba0544bb4a6942c85.tar.gz
gnunet-003d9c41d5ff799d9472489ba0544bb4a6942c85.zip
optimizing cfg
Diffstat (limited to 'src/hostlist/learning_data.conf')
-rw-r--r--src/hostlist/learning_data.conf34
1 files changed, 7 insertions, 27 deletions
diff --git a/src/hostlist/learning_data.conf b/src/hostlist/learning_data.conf
index 8a37a8cd9..e3a38972c 100644
--- a/src/hostlist/learning_data.conf
+++ b/src/hostlist/learning_data.conf
@@ -1,34 +1,14 @@
1[PATHS] 1@INLINE@ test_hostlist_defaults.conf
2SERVICEHOME = /tmp/test-gnunetd-hostlist/
3DEFAULTCONFIG = /etc/gnunetd.conf
4
5[hostlist] 2[hostlist]
6PORT = 23354
7# port for hostlist http server
8HTTPPORT = 28080 3HTTPPORT = 28080
9HOSTNAME = localhost
10HOME = $SERVICEHOME
11CONFIG = $DEFAULTCONFIG
12BINARY = gnunet-daemon-hostlist
13OPTIONS = -b -e 4OPTIONS = -b -e
14SERVERS = http://gnunet.org:8080/ 5SERVERS = http://gnunet.org:8080/
15# proxy for downloading hostlists 6PORT = 23354
16HTTP-PROXY = 7HOSTNAME = localhost
17
18[testing]
19WEAKRANDOM = YES
20
21[mesh]
22AUTOSTART = NO
23
24
25
26[dns]
27AUTOSTART = NO
28
29
30 8
31[nse] 9[datastore]
32AUTOSTART = NO 10AUTOSTART = YES
33 11
12[fs]
13AUTOSTART = YES
34 14