increase timeout to give sparc buildbot a chance
[oweals/gnunet.git] / src / dht / test_dht_api_peer1.conf
1 [fs]
2 AUTOSTART = NO
3
4 [dht]
5 DEBUG = NO
6 AUTOSTART = YES
7 ACCEPT_FROM6 = ::1;
8 ACCEPT_FROM = 127.0.0.1;
9 HOSTNAME = localhost
10 PORT = 2100
11
12 [dhtcache]
13 QUOTA = 1000000
14 DATABASE = sqlite
15
16 [transport]
17 PLUGINS = tcp
18 DEBUG = NO
19 ACCEPT_FROM6 = ::1;
20 ACCEPT_FROM = 127.0.0.1;
21 NEIGHBOUR_LIMIT = 50
22 PORT = 12365
23
24 [core]
25 TOTAL_QUOTA_OUT = 3932160
26 TOTAL_QUOTA_IN = 3932160
27 PORT = 12092
28
29 [arm]
30 DEFAULTSERVICES = 
31 PORT = 12366
32 DEBUG = NO
33
34 [transport-tcp]
35 TIMEOUT = 300000
36 PORT = 12368
37
38 [TESTING]
39 WEAKRANDOM = YES
40
41 [gnunetd]
42 HOSTKEY = $SERVICEHOME/.hostkey
43
44 [PATHS]
45 DEFAULTCONFIG = test_dht_api_peer1.conf
46 SERVICEHOME = /tmp/test-gnunetd-dht-peer-1/
47