73f8669b4c715d1dff32c3a7c9857c70908e6aec
[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 HOSTNAME = localhost
12
13 [arm]
14 PORT = 2566
15 DEFAULTSERVICES = 
16
17 [statistics]
18 PORT = 2567
19
20 [transport-tcp]
21 PORT = 2568
22 BINDTO = 127.0.0.1
23
24 [peerinfo]
25 PORT = 2569
26
27 [core]
28 PORT = 2570
29 HOSTNAME = localhost
30
31 [testing]
32 NUM_PEERS = 5
33 WEAKRANDOM = YES
34 F2F = YES
35 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
36
37 [dht]
38 AUTOSTART = NO
39
40 [nat]
41 DISABLEV6 = YES
42 ENABLE_UPNP = NO
43 BEHIND_NAT = NO
44 ALLOW_NAT = NO
45 INTERNAL_ADDRESS = 127.0.0.1
46 EXTERNAL_ADDRESS = 127.0.0.1
47 USE_LOCALADDR = NO
48
49 [dns]
50 AUTOSTART = NO
51
52 [nse]
53 AUTOSTART = NO
54
55 [mesh]
56 AUTOSTART = NO
57
58 [datastore]
59 AUTOSTART = NO
60
61 [fs]
62 AUTOSTART = NO