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