Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / dht / test_dht_api_peer1.conf
1 @INLINE@ ../../contrib/no_forcestart.conf
2 @INLINE@ ../../contrib/no_autostart_above_core.conf
3
4 [dhtcache]
5 QUOTA = 1 MB
6 DATABASE = heap
7
8 [transport]
9 PLUGINS = tcp
10 ACCEPT_FROM6 = ::1;
11 ACCEPT_FROM = 127.0.0.1;
12 NEIGHBOUR_LIMIT = 50
13 PORT = 12365
14
15 [ats]
16 WAN_QUOTA_IN = 1 GB
17 WAN_QUOTA_OUT = 1 GB
18
19 [transport-tcp]
20 TIMEOUT = 300 s
21 BINDTO = 127.0.0.1
22
23 [PATHS]
24 GNUNET_TEST_HOME = /tmp/test-gnunet-dht-peer-1/
25
26 [nat]
27 DISABLEV6 = YES
28 ENABLE_UPNP = NO
29 BEHIND_NAT = NO
30 ALLOW_NAT = NO
31 INTERNAL_ADDRESS = 127.0.0.1
32 EXTERNAL_ADDRESS = 127.0.0.1
33 USE_LOCALADDR = NO
34
35 [dht]
36 AUTOSTART = YES
37 FORCESTART = YES
38
39 [nse]
40 AUTOSTART = YES
41 WORKBITS = 1