-some fixes for monkey
[oweals/gnunet.git] / src / transport / test_transport_api_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_server]
7 PORT = 12110
8 USE_IPv6 = YES
9 #BINDTO = 127.0.0.1
10 KEY_FILE = $SERVICEHOME/https_key_p2.key
11 CERT_FILE = $SERVICEHOME/https_cert_p2.crt
12
13 [arm]
14 PORT = 12115
15 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
16
17 [statistics]
18 PORT = 12114
19 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
20
21 [resolver]
22 PORT = 12113
23 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
24
25 [peerinfo]
26 PORT = 12112
27 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
28
29 [transport]
30 PORT = 12111
31 PLUGINS = https_server
32 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
33 DEBUG = NO
34
35