-some fixes for monkey
[oweals/gnunet.git] / src / transport / test_transport_api_http_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-http-p1/
4 DEFAULTCONFIG = test_transport_api_http_peer1.conf
5
6 [transport-http_client]
7
8 [arm]
9 PORT = 12085
10 DEFAULTSERVICES = transport
11 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
12
13 [statistics]
14 PORT = 12084
15 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
16
17 [resolver]
18 PORT = 12083
19 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
20
21 [peerinfo]
22 PORT = 12082
23 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
24
25 [transport]
26 #DEBUG = YES
27 PORT = 12081
28 PLUGINS = http_client
29 #BINARY = .libs/gnunet-service-transport
30 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
31 #PREFIX = valgrind --leak-check=full
32 #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
33