- remove dead assignments
[oweals/gnunet.git] / src / testbed / test_testbed_api_statistics.conf
1 [testbed]
2 AUTOSTART = NO
3 PORT = 12113
4 ACCEPT_FROM = 127.0.0.1;
5 HOSTNAME = localhost
6 NEIGHBOUR_LIMIT = 100
7 OVERLAY_TOPOLOGY = 2D_TORUS
8 MAX_PARALLEL_SERVICE_CONNECTIONS = 2
9 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
10
11 [fs]
12 AUTOSTART = NO
13
14 [resolver]
15 AUTOSTART = NO
16
17 [mesh]
18 AUTOSTART = NO
19
20 [dht]
21 AUTOSTART = NO
22
23 [dhtcache]
24 QUOTA = 1 MB
25 DATABASE = heap
26
27 [transport]
28 PLUGINS = tcp
29 ACCEPT_FROM6 = ::1;
30 ACCEPT_FROM = 127.0.0.1;
31 NEIGHBOUR_LIMIT = 50
32 PORT = 12365
33
34 [ats]
35 WAN_QUOTA_OUT = 3932160
36 WAN_QUOTA_IN = 3932160
37
38 [core]
39 PORT = 12092
40 AUTOSTART = YES
41 USE_EPHEMERAL_KEYS = NO
42
43 [arm]
44 DEFAULTSERVICES = core transport
45 PORT = 12366
46
47 [transport-tcp]
48 TIMEOUT = 300 s
49 PORT = 12368
50
51 [TESTING]
52 NUM_PEERS = 5
53 WEAKRANDOM = YES
54 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
55 MAX_CONCURRENT_SSH = 10
56 USE_PROGRESSBARS = YES
57 PEERGROUP_TIMEOUT = 2400 s
58
59 [gnunetd]
60 HOSTKEY = $SERVICEHOME/.hostkey
61
62 [PATHS]
63 SERVICEHOME = /tmp/test-testbed/
64
65 [dns]
66 AUTOSTART = NO
67
68 [nse]
69 AUTOSTART = NO
70
71 [vpn]
72 AUTOSTART = NO
73
74 [nat]
75 RETURN_LOCAL_ADDRESSES = YES
76
77 [gns-helper-service-w32]
78 AUTOSTART = NO
79
80 [consensus]
81 AUTOSTART = NO
82
83 [gns]
84 AUTOSTART = NO
85
86 [statistics]
87 AUTOSTART = YES
88 PORT = 30
89
90 [peerinfo]
91 NO_IO = YES