41c4d846b081e4706501e79bf0ff91b5c93fed77
[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 KEY_FILE = https_key.key
26 CERT_FILE = https_cert.crt
27
28
29 [transport]
30 PREFIX = valgrind --leak-check=full
31 DEBUG = YES
32
33 [statistics]
34 ACCEPT_FROM6 = ::1;
35 ACCEPT_FROM = 127.0.0.1;
36 BINARY = gnunet-service-statistics
37 CONFIG = $DEFAULTCONFIG
38 HOME = $SERVICEHOME
39 HOSTNAME = localhost
40 PORT = 12367
41
42 [arm]
43 DEFAULTSERVICES = topology hostlist
44 ACCEPT_FROM6 = ::1;
45 ACCEPT_FROM = 127.0.0.1;
46 BINARY = gnunet-service-arm
47 CONFIG = $DEFAULTCONFIG
48 HOME = $SERVICEHOME
49 HOSTNAME = localhost
50 PORT = 12366
51
52 [dht]
53 AUTOSTART = NO
54
55