Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / test_transport_api_https_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /tmp/test-transport/api-https-p1/
4
5 [transport-https_client]
6 PORT = 12100
7 KEY_FILE = $GNUNET_TEST_HOME/https_key_p1.key
8 CERT_FILE = $GNUNET_TEST_HOME/https_cert_p1.crt
9
10 [arm]
11 PORT = 12105
12
13 [statistics]
14 PORT = 12104
15 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-statistics.sock
16
17 [resolver]
18 PORT = 12103
19 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-resolver.sock
20
21 [peerinfo]
22 PORT = 12102
23 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-peerinfo.sock
24
25 [transport]
26 PORT = 12101
27 PLUGINS = https_client
28 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock
29
30