fixes
[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 [resolver]
9 AUTOSTART = NO
10
11 [datastore-sqlite]
12 FILENAME = $SERVICEHOME/datastore/sqlite.db
13
14 [datastore]
15 AUTOSTART = NO
16
17 [topology]
18 TARGET-CONNECTION-COUNT = 16
19 AUTOCONNECT = YES
20 FRIENDS-ONLY = NO
21 MINIMUM-FRIENDS = 0
22
23 [core]
24 TOTAL_QUOTA_OUT = 3932160
25 TOTAL_QUOTA_IN = 3932160
26 PORT = 2092
27
28 [dht]
29 DEBUG = NO
30 PORT = 12370
31
32 [block]
33 plugins = dht test
34
35 [transport]
36 plugins = tcp
37 DEBUG = NO
38 NEIGHBOUR_LIMIT = 50
39 PORT = 2091
40
41 [peerinfo]
42 PORT = 2090
43
44 [resolver]
45 PORT = 2089
46
47 [statistics]
48 PORT = 2088
49
50 [arm]
51 DEFAULTSERVICES = 
52 PORT = 2087
53
54 [transport-tcp]
55 TIMEOUT = 300000
56 PORT = 2094
57
58 [TESTING]
59 WEAKRANDOM = NO
60 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
61
62 [gnunetd]
63 HOSTKEY = $SERVICEHOME/.hostkey
64
65
66 [nat]
67 DISABLEV6 = YES
68 BINDTO = 127.0.0.1
69 ENABLE_UPNP = NO
70 BEHIND_NAT = NO
71 ALLOW_NAT = NO
72 INTERNAL_ADDRESS = 127.0.0.1
73 EXTERNAL_ADDRESS = 127.0.0.1