reduce verbosity of testcases, minor fix
[oweals/gnunet.git] / src / dht / test_dht_api_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-dht-api/
3 DEFAULTCONFIG = test_dht_api_data.conf
4
5 [fs]
6 AUTOSTART = NO
7
8 [datastore-sqlite]
9 FILENAME = $SERVICEHOME/datastore/sqlite.db
10
11 [datastore]
12 AUTOSTART = NO
13
14 [topology]
15 TARGET-CONNECTION-COUNT = 16
16 AUTOCONNECT = YES
17 FRIENDS-ONLY = NO
18 MINIMUM-FRIENDS = 0
19
20 [core]
21 TOTAL_QUOTA_OUT = 3932160
22 TOTAL_QUOTA_IN = 3932160
23 PORT = 2092
24
25 [dht]
26 DEBUG = NO
27 PORT = 12370
28
29 [block]
30 plugins = dht test
31
32 [transport]
33 plugins = tcp
34 DEBUG = NO
35 NEIGHBOUR_LIMIT = 50
36 PORT = 2091
37
38 [peerinfo]
39 PORT = 2090
40
41 [resolver]
42 PORT = 2089
43
44 [statistics]
45 PORT = 2088
46
47 [arm]
48 DEFAULTSERVICES = 
49 PORT = 2087
50
51 [transport-tcp]
52 TIMEOUT = 300000
53 PORT = 2094
54
55 [TESTING]
56 WEAKRANDOM = NO
57
58 [gnunetd]
59 HOSTKEY = $SERVICEHOME/.hostkey
60