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