-fix uninit and fix leak
[oweals/gnunet.git] / src / gns / test_gns_defaults.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-testing/
3
4 [resolver]
5 PORT = 2564
6
7 [transport]
8 PORT = 2565
9 PLUGINS = tcp
10
11 [arm]
12 PORT = 2566
13 DEFAULTSERVICES = 
14
15 [statistics]
16 PORT = 2567
17
18 [transport-tcp]
19 PORT = 2568
20 BINDTO = 127.0.0.1
21
22 [peerinfo]
23 PORT = 2569
24
25 [core]
26 PORT = 2570
27
28 [testing]
29 NUM_PEERS = 5
30 F2F = YES
31 HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
32
33 [dht]
34 AUTOSTART = NO
35
36 [nat]
37 DISABLEV6 = YES
38 ENABLE_UPNP = NO
39 BEHIND_NAT = NO
40 ALLOW_NAT = NO
41 INTERNAL_ADDRESS = 127.0.0.1
42 EXTERNAL_ADDRESS = 127.0.0.1
43 USE_LOCALADDR = NO
44
45 [dns]
46 AUTOSTART = NO
47
48 [nse]
49 AUTOSTART = NO
50
51 [mesh]
52 AUTOSTART = NO
53
54 [datastore]
55 AUTOSTART = NO
56
57 [fs]
58 AUTOSTART = NO
59
60 [dv]
61 AUTOSTART = NO
62
63 [chat]
64 AUTOSTART = NO
65
66 [vpn]
67 AUTOSTART = NO
68
69 [consensus]
70 AUTOSTART = NO