more confs
[oweals/gnunet.git] / src / transport / test_transport_api_timeout_https_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-https-p2/
4 DEFAULTCONFIG = test_transport_api_https_peer2.conf
5
6 [transport-https]
7 PORT = 12110
8 CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
9 KEY_FILE = $SERVICEHOME/https_key_p2.key
10 CERT_FILE = $SERVICEHOME/https_cert_p2.crt
11 USE_IPv6 = YES
12 USE_IPv4 = YES
13
14 [arm]
15 PORT = 12115
16 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
17
18 [statistics]
19 PORT = 12114
20 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
21
22 [resolver]
23 PORT = 12113
24 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
25
26 [peerinfo]
27 PORT = 12112
28 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
29
30 [transport]
31 PORT = 12111
32 PLUGINS = https
33 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
34 DEBUG = NO
35
36