Smallers steps to keep plugin running
[oweals/gnunet.git] / src / hostlist / test_gnunet_daemon_hostlist_peer1.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-1/
3 DEFAULTCONFIG = test_gnunet_daemon_hostlist_peer1.conf
4
5 [resolver]
6 PORT = 12964
7 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
8
9 [transport]
10 PORT = 12965
11 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
12 PLUGINS = tcp
13 #DEBUG = YES
14 DEBUG = NO
15
16 [arm]
17 PORT = 12966
18 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
19 DEFAULTSERVICES = hostlist topology
20 #GLOBAL_PREFIX = xterm -e gdb -x cmd --args 
21
22 [statistics]
23 PORT = 12967
24 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
25
26 [transport-tcp]
27 PORT = 12968
28 DEBUG = NO
29
30 [peerinfo]
31 PORT = 12969
32 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
33
34 [core]
35 PORT = 12970
36 UNIXPATH = /tmp/gnunet-p1-service-core.sock
37 #DEBUG = YES
38 #PREFIX = valgrind --tool=memcheck\
39 DEBUG = NO
40
41 [testing]
42 WEAKRANDOM = YES
43
44 [hostlist]
45 HTTPPORT = 12980
46 SERVERS = http://localhost:12981/
47 OPTIONS = -b -p
48 HOSTLISTFILE = hostlists_peer1.file
49 #DEBUG = YES
50 #BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
51 DEBUG = NO
52
53 [topology]
54 #DEBUG = YES
55 #PREFIX = valgrind --tool=memcheck
56 DEBUG = NO
57
58 [fs]
59 AUTOSTART = NO
60
61 [datastore]
62 AUTOSTART = NO
63