moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565...
[oweals/gnunet.git] / src / transport / test_transport_api_http_reverse_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /tmp/test-transport/api-http-p2/
4
5
6 [transport-http_client]
7
8 [transport-http_server]
9 PORT = 8080
10 EXTERNAL_HOSTNAME = fulcrum.net.in.tum.de/gnunet
11 EXTERNAL_HOSTNAME_ONLY = YES
12 #USE_IPV4 = YES
13 #USE_IPV6 = YES
14 #BINDTO = 127.0.0.1
15 #BINDTO6 =  ::1
16
17 [arm]
18 PORT = 12085
19 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
20
21 [statistics]
22 PORT = 12084
23 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
24
25 [resolver]
26 PORT = 12083
27 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
28
29 [peerinfo]
30 PORT = 12082
31 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
32
33 [transport]
34 PORT = 12081
35 PLUGINS = http_server
36 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
37 PREFIX = valgrind --leak-check=full
38 #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
39