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