Refactoring gnunet time
[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 [block]
13 plugins = dht test
14
15 [dhtcache]
16 QUOTA = 1000000
17 DATABASE = sqlite
18
19 [transport]
20 PLUGINS = tcp
21 DEBUG = NO
22 ACCEPT_FROM6 = ::1;
23 ACCEPT_FROM = 127.0.0.1;
24 NEIGHBOUR_LIMIT = 50
25 PORT = 12365
26
27 [core]
28 TOTAL_QUOTA_OUT = 3932160
29 TOTAL_QUOTA_IN = 3932160
30 PORT = 12092
31
32 [arm]
33 DEFAULTSERVICES = core dht
34 PORT = 12366
35 DEBUG = NO
36
37 [transport-tcp]
38 TIMEOUT = 300000
39 PORT = 12368
40
41 [TESTING]
42 WEAKRANDOM = YES
43
44 [gnunetd]
45 HOSTKEY = $SERVICEHOME/.hostkey
46
47 [PATHS]
48 DEFAULTCONFIG = test_dht_api_peer1.conf
49 SERVICEHOME = /tmp/test-gnunetd-dht-peer-1/
50