invalid addresses cause transport trouble, removing to avoid for now
[oweals/gnunet.git] / src / topology / test_gnunet_daemon_topology_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-topology/
3 # DEFAULTCONFIG = test_gnunet_service_topology_data.conf
4
5 [resolver]
6 PORT = 2664
7
8 [transport]
9 PORT = 2665
10 PLUGINS = tcp
11 # DEBUG = YES
12 #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
13 #PREFIX = valgrind --tool=memcheck --log-file=logs%p
14
15 [arm]
16 PORT = 2666
17 DEFAULTSERVICES = topology
18
19 [statistics]
20 PORT = 2667
21
22 [transport-tcp]
23 PORT = 2668
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