merging configs
[oweals/gnunet.git] / src / testbed / test_testbed_api.conf
1 [testbed]
2 AUTOSTART = NO
3 PORT = 12113
4 ACCEPT_FROM = 127.0.0.1;
5 HOSTNAME = localhost
6 NEIGHBOUR_LIMIT = 100
7 MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 10
8 TOPOLOGY = RANDOM
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 [block]
24 plugins = dht test
25
26 [dhtcache]
27 QUOTA = 1 MB
28 DATABASE = sqlite
29
30 [transport]
31 PLUGINS = tcp
32 ACCEPT_FROM6 = ::1;
33 ACCEPT_FROM = 127.0.0.1;
34 NEIGHBOUR_LIMIT = 50
35 PORT = 12365
36
37 [ats]
38 AUTOSTART = NO
39
40 [core]
41 PORT = 12092
42 AUTOSTART = YES
43
44 [arm]
45 DEFAULTSERVICES = core transport
46 PORT = 12366
47
48 [transport-tcp]
49 TIMEOUT = 300 s
50 PORT = 12368
51
52 [TESTING]
53 NUM_PEERS = 5
54 WEAKRANDOM = YES
55 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
56 MAX_CONCURRENT_SSH = 10
57 USE_PROGRESSBARS = YES
58 PEERGROUP_TIMEOUT = 2400 s
59
60 [gnunetd]
61 HOSTKEY = $SERVICEHOME/.hostkey
62
63 [PATHS]
64 SERVICEHOME = /tmp/test-testbed/
65
66 [dns]
67 AUTOSTART = NO
68
69 [nse]
70 AUTOSTART = NO
71
72 [vpn]
73 AUTOSTART = NO
74
75 [nat]
76 RETURN_LOCAL_ADDRESSES = YES
77
78 [gns-helper-service-w32]
79 AUTOSTART = NO
80