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