removed malloc from curl_logger
[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 = YES
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 CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
28 #CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL
29 #CRYPTO_INIT = PERFORMANCE
30
31 [transport]
32 PREFIX = valgrind --leak-check=full
33 #DEBUG = YES
34
35 [statistics]
36 ACCEPT_FROM6 = ::1;
37 ACCEPT_FROM = 127.0.0.1;
38 BINARY = gnunet-service-statistics
39 CONFIG = $DEFAULTCONFIG
40 HOME = $SERVICEHOME
41 HOSTNAME = localhost
42 PORT = 12367
43
44 [arm]
45 DEFAULTSERVICES = topology hostlist
46 ACCEPT_FROM6 = ::1;
47 ACCEPT_FROM = 127.0.0.1;
48 BINARY = gnunet-service-arm
49 CONFIG = $DEFAULTCONFIG
50 HOME = $SERVICEHOME
51 HOSTNAME = localhost
52 PORT = 12366
53
54 [dht]
55 AUTOSTART = NO
56
57