aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_http_reverse_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-11 13:37:04 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-11 13:37:04 +0000
commitd40de2c07c4a5327669044abce9675c6310a3448 (patch)
tree18519c3d070d13706b55949a6881b1983d250ee0 /src/transport/test_transport_api_http_reverse_peer2.conf
parentf4023caa41879e4910027c344bfb842d512f3797 (diff)
downloadgnunet-d40de2c07c4a5327669044abce9675c6310a3448.tar.gz
gnunet-d40de2c07c4a5327669044abce9675c6310a3448.zip
-simplifying configs
Diffstat (limited to 'src/transport/test_transport_api_http_reverse_peer2.conf')
-rw-r--r--src/transport/test_transport_api_http_reverse_peer2.conf28
1 files changed, 1 insertions, 27 deletions
diff --git a/src/transport/test_transport_api_http_reverse_peer2.conf b/src/transport/test_transport_api_http_reverse_peer2.conf
index e5a2fa73d..7117895ef 100644
--- a/src/transport/test_transport_api_http_reverse_peer2.conf
+++ b/src/transport/test_transport_api_http_reverse_peer2.conf
@@ -2,38 +2,12 @@
2[PATHS] 2[PATHS]
3GNUNET_TEST_HOME = /tmp/test-transport/api-http-p2/ 3GNUNET_TEST_HOME = /tmp/test-transport/api-http-p2/
4 4
5
6[transport-http_client]
7
8[transport-http_server] 5[transport-http_server]
9PORT = 8080 6PORT = 8080
10EXTERNAL_HOSTNAME = fulcrum.net.in.tum.de/gnunet 7EXTERNAL_HOSTNAME = fulcrum.net.in.tum.de/gnunet
11EXTERNAL_HOSTNAME_ONLY = YES 8EXTERNAL_HOSTNAME_ONLY = YES
12#USE_IPV4 = YES
13#USE_IPV6 = YES
14#BINDTO = 127.0.0.1
15#BINDTO6 = ::1
16
17[arm]
18PORT = 12085
19UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
20
21[statistics]
22PORT = 12084
23UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
24
25[resolver]
26PORT = 12083
27UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
28
29[peerinfo]
30PORT = 12082
31UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
32 9
33[transport] 10[transport]
34PORT = 12081
35PLUGINS = http_server 11PLUGINS = http_server
36UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock 12
37PREFIX = valgrind --leak-check=full
38#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
39 13