-allow installation even as non-root non-sudo user to succeed with new nss code
[oweals/gnunet.git] / src / integration-tests / test_connection_stability.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_connection_stability/
3 DEFAULTCONFIG = test_connection_stability.conf
4
5 [resolver]
6 PORT = 2564
7
8 [transport]
9 PORT = 2565
10 PLUGINS = tcp
11
12 [arm]
13 PORT = 2566
14 DEFAULTSERVICES = 
15
16 [statistics]
17 PORT = 2567
18
19 [transport-tcp]
20 PORT = 2568
21 BINDTO = 127.0.0.1
22
23 [peerinfo]
24 PORT = 2569
25
26 [core]
27 PORT = 2570
28
29 [testing]
30 NUM_PEERS = 5
31 WEAKRANDOM = YES
32 F2F = YES
33 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
34
35 [dht]
36 AUTOSTART = NO
37
38 [nat]
39 DISABLEV6 = YES
40 ENABLE_UPNP = NO
41 BEHIND_NAT = NO
42 ALLOW_NAT = NO
43 INTERNAL_ADDRESS = 127.0.0.1
44 EXTERNAL_ADDRESS = 127.0.0.1
45 USE_LOCALADDR = NO
46
47 [dns]
48 AUTOSTART = NO
49
50 [nse]
51 AUTOSTART = NO
52
53 [mesh]
54 AUTOSTART = NO
55
56 [datastore]
57 AUTOSTART = NO
58
59 [fs]
60 AUTOSTART = NO
61
62 [dv]
63 AUTOSTART = NO
64
65 [chat]
66 AUTOSTART = NO
67
68 [vpn]
69 AUTOSTART = NO
70
71 [gns]
72 AUTOSTART = NO
73
74 [namestore]
75 AUTOSTART = NO
76
77 [lockmanager]
78 AUTOSTART = NO
79
80 [arm]
81 DEFAULTSERVICES = core
82