no dht auto
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
1 [PATHS]
2 DEFAULTCONFIG = test_plugin_transport_data_http.conf
3 SERVICEHOME = /tmp/test_plugin_transport_http/
4
5 [TESTING]
6 WEAKRANDOM = YES
7
8 [transport-http]
9 PORT = 12389
10 DEBUG = NO
11 #USE_IPv4 = NO
12 #USE_IPv6 = NO
13 USE_IPv6 = YES
14 #BINDTO4 = 127.0.0.1
15 #BINDTO6 = ::1
16
17
18 [transport]
19 PREFIX = valgrind --leak-check=full
20 DEBUG = YES
21
22 [statistics]
23 ACCEPT_FROM6 = ::1;
24 ACCEPT_FROM = 127.0.0.1;
25 BINARY = gnunet-service-statistics
26 CONFIG = $DEFAULTCONFIG
27 HOME = $SERVICEHOME
28 HOSTNAME = localhost
29 PORT = 12367
30
31 [arm]
32 DEFAULTSERVICES = topology hostlist
33 ACCEPT_FROM6 = ::1;
34 ACCEPT_FROM = 127.0.0.1;
35 BINARY = gnunet-service-arm
36 CONFIG = $DEFAULTCONFIG
37 HOME = $SERVICEHOME
38 HOSTNAME = localhost
39 PORT = 12366
40
41 [dht]
42 AUTOSTART = NO
43
44