178f50fdacc494f8b509f4e07a55daee82fa38f6
[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 #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
11 #PREFIX = valgrind --tool=memcheck --log-file=logs%p
12
13 [arm]
14 PORT = 2666
15 DEFAULTSERVICES = topology
16
17 [statistics]
18 PORT = 2667
19
20 [transport-tcp]
21 PORT = 2668
22 BINDTO = 127.0.0.1
23
24 [nat]
25 DISABLEV6 = YES
26 ENABLE_UPNP = NO
27 BEHIND_NAT = NO
28 ALLOW_NAT = NO
29 INTERNAL_ADDRESS = 127.0.0.1
30 EXTERNAL_ADDRESS = 127.0.0.1
31 USE_LOCALADDR = NO
32 USE_HOSTNAME = NO
33
34 [peerinfo]
35 PORT = 2669
36
37 [core]
38 PORT = 2670
39
40 [topology]
41 #PREFIX = valgrind --tool=memcheck
42
43 [fs]
44 AUTOSTART = NO
45
46 [datastore]
47 AUTOSTART = NO
48
49 [testing]
50 WEAKRANDOM = YES
51
52 [testing_old]
53 HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
54
55 [dns]
56 AUTOSTART = NO
57
58 [namestore]
59 AUTOSTART = NO
60
61 [nse]
62 AUTOSTART = NO
63
64