- fix logging to remove error messages
[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 [transport-https]
7 PORT = 12110
8 KEY_FILE = $SERVICEHOME/https_key_p2.key
9 CERT_FILE = $SERVICEHOME/https_cert_p2.crt
10
11 [arm]
12 PORT = 12115
13 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
14
15 [statistics]
16 PORT = 12114
17 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
18
19 [resolver]
20 PORT = 12113
21 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
22
23 [peerinfo]
24 PORT = 12112
25 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
26
27 [transport]
28 PORT = 12111
29 PLUGINS = https
30 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
31 DEBUG = NO
32
33