a2340570b82fdfc02096144dcd59dedda66f8e37
[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
34 [peerinfo]
35 PORT = 2669
36
37 [core]
38 PORT = 2670
39 # DEBUG = YES
40
41 [topology]
42 # DEBUG = YES
43 #PREFIX = valgrind --tool=memcheck
44
45 [fs]
46 AUTOSTART = NO
47
48 [datastore]
49 AUTOSTART = NO
50
51 [testing]
52 WEAKRANDOM = YES
53 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
54
55 [dns]
56 AUTOSTART = NO
57
58