Fix hostkey loading for old testing framework
[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 [ats]
24 WAN_QUOTA_IN = 1 GB
25 WAN_QUOTA_OUT = 1 GB
26
27 [core]
28 PORT = 2092
29
30 [dht]
31 DEBUG = NO
32 PORT = 12370
33
34 [block]
35 plugins = dht test
36
37 [transport]
38 plugins = tcp
39 DEBUG = NO
40 NEIGHBOUR_LIMIT = 50
41 PORT = 2091
42
43 [peerinfo]
44 PORT = 2090
45
46 [resolver]
47 PORT = 2089
48
49 [statistics]
50 PORT = 2088
51
52 [arm]
53 DEFAULTSERVICES = 
54 PORT = 2087
55
56 [transport-tcp]
57 TIMEOUT = 300 s
58 PORT = 2094
59
60 [TESTING]
61 WEAKRANDOM = NO
62
63 [testing_old]
64 HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
65
66 [gnunetd]
67 HOSTKEY = $SERVICEHOME/.hostkey
68
69
70 [nat]
71 DISABLEV6 = YES
72 BINDTO = 127.0.0.1
73 ENABLE_UPNP = NO
74 BEHIND_NAT = NO
75 ALLOW_NAT = NO
76 INTERNAL_ADDRESS = 127.0.0.1
77 EXTERNAL_ADDRESS = 127.0.0.1
78
79 [dns]
80 AUTOSTART = NO
81
82 [namestore]
83 AUTOSTART = NO
84
85 [nse]
86 AUTOSTART = NO
87
88