fixing #1850
[oweals/gnunet.git] / src / transport / test_transport_api_https_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-https-p1/
4 DEFAULTCONFIG = test_transport_api_https_peer1.conf
5
6 [transport-https]
7 PORT = 12100
8 KEY_FILE = $SERVICEHOME/https_key_p1.key
9 CERT_FILE = $SERVICEHOME/https_cert_p1.crt
10 USE_IPv6 = YES
11 USE_IPv4 = YES
12
13 [arm]
14 PORT = 12105
15
16 [statistics]
17 PORT = 12104
18 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
19
20 [resolver]
21 PORT = 12103
22 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
23
24 [peerinfo]
25 PORT = 12102
26 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
27
28 [transport]
29 PORT = 12101
30 PLUGINS = https
31 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
32 DEBUG = NO
33
34