aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_data_http.conf
blob: 6e5e2d44cb6d6b15a4fbf82cba9600880c9b69bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[PATHS]
DEFAULTCONFIG = test_plugin_transport_data_http.conf
SERVICEHOME = /tmp/test_plugin_transport_http/

[TESTING]
WEAKRANDOM = YES

[transport-http]
PORT = 12389
DEBUG = YES
#USE_IPv4 = NO
#USE_IPv6 = NO
USE_IPv6 = YES
#BINDTO4 = 127.0.0.1
#BINDTO6 = ::1

[transport-https]
PORT = 12389
DEBUG = YES
#USE_IPv4 = NO
#USE_IPv6 = NO
USE_IPv6 = YES
#BINDTO4 = 127.0.0.1
#BINDTO6 = ::1
KEY_FILE = https_key.key
CERT_FILE = https_cert.crt
CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
#CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL
#CRYPTO_INIT = PERFORMANCE

[transport]
PREFIX = valgrind --leak-check=full
#DEBUG = YES

[statistics]
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-statistics
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 12367

[arm]
DEFAULTSERVICES = topology hostlist
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-arm
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 12366

[dht]
AUTOSTART = NO