476229622b3c8cefd78a727ec4af80ec8e7c1dbf
[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 = YES
11 #USE_IPv4 = NO
12 #USE_IPv6 = NO
13 USE_IPv6 = YES
14 #BINDTO4 = 127.0.0.1
15 #BINDTO6 = ::1
16
17 [transport-https]
18 PORT = 12389
19 DEBUG = NO
20 #USE_IPv4 = NO
21 #USE_IPv6 = NO
22 USE_IPv6 = YES
23 #BINDTO4 = 127.0.0.1
24 #BINDTO6 = ::1
25
26 [transport]
27 PREFIX = valgrind --leak-check=full
28 DEBUG = YES
29
30 [statistics]
31 ACCEPT_FROM6 = ::1;
32 ACCEPT_FROM = 127.0.0.1;
33 BINARY = gnunet-service-statistics
34 CONFIG = $DEFAULTCONFIG
35 HOME = $SERVICEHOME
36 HOSTNAME = localhost
37 PORT = 12367
38
39 [arm]
40 DEFAULTSERVICES = topology hostlist
41 ACCEPT_FROM6 = ::1;
42 ACCEPT_FROM = 127.0.0.1;
43 BINARY = gnunet-service-arm
44 CONFIG = $DEFAULTCONFIG
45 HOME = $SERVICEHOME
46 HOSTNAME = localhost
47 PORT = 12366
48
49 [dht]
50 AUTOSTART = NO
51
52