first steps to transport_api cleanup
[oweals/gnunet.git] / src / transport / test_transport_api_reliability_http_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-http-p2/
4 DEFAULTCONFIG = test_transport_api_reliability_http_peer2.conf
5
6 [core]
7 TOTAL_QUOTA_OUT = 1 GB
8 TOTAL_QUOTA_IN  = 1 GB
9
10 [transport-http]
11 PORT = 12190
12
13 [arm]
14 PORT = 12195
15 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
16
17 [statistics]
18 PORT = 12194
19 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
20
21 [resolver]
22 PORT = 12193
23 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
24
25 [peerinfo]
26 PORT = 12192
27 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
28
29 [transport]
30 PORT = 12191
31 PLUGINS = http
32 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
33 #DEBUG = YES
34