fix 1683
[oweals/gnunet.git] / src / hostlist / test_gnunet_daemon_hostlist_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-hostlist/
3 DEFAULTCONFIG = /etc/gnunetd.conf
4
5 [hostlist]
6 PORT = 23354
7 # port for hostlist http server
8 HTTPPORT = 28080
9 HOSTNAME = localhost
10 HOME = $SERVICEHOME
11 CONFIG = $DEFAULTCONFIG
12 BINARY = gnunet-daemon-hostlist
13 # consider having "-e" as default as well once implemented
14 OPTIONS = -b
15 SERVERS = http://gnunet.org:8080/
16 # proxy for downloading hostlists
17 HTTP-PROXY = 
18
19 [resolver]
20 PORT = 12964
21
22 [transport]
23 PORT = 12965
24 PLUGINS = tcp
25 #DEBUG = YES
26 DEBUG = NO
27
28 [arm]
29 PORT = 12966
30 DEFAULTSERVICES = hostlist topology
31 #GLOBAL_PREFIX = xterm -e gdb -x cmd --args 
32
33 [statistics]
34 PORT = 12967
35
36 [transport-tcp]
37 PORT = 12968
38 DEBUG = NO
39
40 [peerinfo]
41 PORT = 12969
42
43 [core]
44 PORT = 12970
45 #DEBUG = YES
46 #PREFIX = valgrind --tool=memcheck\
47 DEBUG = NO
48
49 [testing]
50 WEAKRANDOM = YES
51
52 [topology]
53 #DEBUG = YES
54 #PREFIX = valgrind --tool=memcheck
55 DEBUG = NO
56
57 [fs]
58 AUTOSTART = NO
59
60 [datastore]
61 AUTOSTART = NO
62 [mesh]
63 AUTOSTART = NO
64
65