- LRN's patch
[oweals/gnunet.git] / src / topology / test_gnunet_daemon_topology_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-topology/
3
4 [resolver]
5 PORT = 2664
6
7 [transport]
8 PORT = 2665
9 PLUGINS = tcp
10 #DEBUG = YES
11 #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
12 #PREFIX = valgrind --tool=memcheck --log-file=logs%p
13
14 [arm]
15 PORT = 2666
16 DEFAULTSERVICES = topology
17
18 [statistics]
19 PORT = 2667
20
21 [transport-tcp]
22 PORT = 2668
23 BINDTO = 127.0.0.1
24
25 [nat]
26 DISABLEV6 = YES
27 ENABLE_UPNP = NO
28 BEHIND_NAT = NO
29 ALLOW_NAT = NO
30 INTERNAL_ADDRESS = 127.0.0.1
31 EXTERNAL_ADDRESS = 127.0.0.1
32 USE_LOCALADDR = NO
33 USE_HOSTNAME = NO
34
35 [peerinfo]
36 PORT = 2669
37
38 [core]
39 PORT = 2670
40 #DEBUG = YES
41
42 [topology]
43 # DEBUG = YES
44 #PREFIX = valgrind --tool=memcheck
45
46 [fs]
47 AUTOSTART = NO
48
49 [datastore]
50 AUTOSTART = NO
51
52 [testing]
53 WEAKRANDOM = YES
54 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
55
56 [dns]
57 AUTOSTART = NO
58
59
60
61 [nse]
62 AUTOSTART = NO
63
64