Added configuration option to set hostname used for advertisements
[oweals/gnunet.git] / src / hostlist / test_learning_adv_peer.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-2/
3 DEFAULTCONFIG = test_learning_adv_peer.conf
4
5 [resolver]
6 PORT = 22964
7
8 [transport]
9 PORT = 22965
10 PLUGINS = tcp
11 #DEBUG = YES
12
13 [arm]
14 PORT = 22966
15 DEFAULTSERVICES = resolver transport core statistics topology hostlist
16 #GLOBAL_PREFIX = xterm -e gdb -x cmd --args
17 DEBUG=NO
18
19 [statistics]
20 PORT = 22967
21
22 [transport-tcp]
23 PORT = 22968
24
25 [peerinfo]
26 PORT = 22969
27
28 [core]
29 PORT = 22970
30 #DEBUG = YES
31 #PREFIX = valgrind --tool=memcheck
32
33 [testing]
34 WEAKRANDOM = YES
35
36 [hostlist]
37 HOSTNAME = localhost
38 HTTPPORT = 12981
39 SERVERS = http://localhost:12981/
40 OPTIONS = -p -a
41 #OPTIONS = -b -p -a
42 DEBUG = YES
43 HOSTLISTFILE = hostlists_adv_peer.file
44 #BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
45
46 [topology]
47 #DEBUG = YES
48 #PREFIX = valgrind --tool=memcheck