aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_rel_http_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_rel_http_peer2.conf')
-rw-r--r--src/transport/test_transport_api_rel_http_peer2.conf23
1 files changed, 10 insertions, 13 deletions
diff --git a/src/transport/test_transport_api_rel_http_peer2.conf b/src/transport/test_transport_api_rel_http_peer2.conf
index 3c8621b39..ffcb68105 100644
--- a/src/transport/test_transport_api_rel_http_peer2.conf
+++ b/src/transport/test_transport_api_rel_http_peer2.conf
@@ -1,13 +1,11 @@
1[transport-https] 1[transport-http]
2PORT = 12090 2PORT = 12190
3DEBUG = NO 3DEBUG = NO
4USE_IPv6 = YES
5USE_IPv4 = YES 4USE_IPv4 = YES
6#BINDTO4 = 127.0.0.1 5USE_IPv6 = NO
6BINDTO4 = 127.0.0.1
7#BINDTO6 = ::1 7#BINDTO6 = ::1
8KEY_FILE = https_key_p2.key 8USE_LOCALADDR = YES
9CERT_FILE = https_cert_p2.crt
10
11[fs] 9[fs]
12AUTOSTART = NO 10AUTOSTART = NO
13 11
@@ -38,7 +36,6 @@ MINIMUM-FRIENDS = 0
38 36
39[transport] 37[transport]
40PLUGINS = http 38PLUGINS = http
41#PLUGINS = tcp http
42#DEBUG = YES 39#DEBUG = YES
43ACCEPT_FROM6 = ::1; 40ACCEPT_FROM6 = ::1;
44ACCEPT_FROM = 127.0.0.1; 41ACCEPT_FROM = 127.0.0.1;
@@ -47,7 +44,7 @@ BINARY = gnunet-service-transport
47CONFIG = $DEFAULTCONFIG 44CONFIG = $DEFAULTCONFIG
48HOME = $SERVICEHOME 45HOME = $SERVICEHOME
49HOSTNAME = localhost 46HOSTNAME = localhost
50PORT = 12091 47PORT = 12191
51UNIXPATH = /tmp/gnunet-p2-service-transport.sock 48UNIXPATH = /tmp/gnunet-p2-service-transport.sock
52#PREFIX = xterm -T transport1 -e gdb --command=cmd --args 49#PREFIX = xterm -T transport1 -e gdb --command=cmd --args
53#PREFIX = valgrind --leak-check=full 50#PREFIX = valgrind --leak-check=full
@@ -64,7 +61,7 @@ BINARY = gnunet-service-peerinfo
64CONFIG = $DEFAULTCONFIG 61CONFIG = $DEFAULTCONFIG
65HOME = $SERVICEHOME 62HOME = $SERVICEHOME
66HOSTNAME = localhost 63HOSTNAME = localhost
67PORT = 12092 64PORT = 12192
68UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock 65UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
69 66
70[resolver] 67[resolver]
@@ -74,7 +71,7 @@ BINARY = gnunet-service-resolver
74CONFIG = $DEFAULTCONFIG 71CONFIG = $DEFAULTCONFIG
75HOME = $SERVICEHOME 72HOME = $SERVICEHOME
76HOSTNAME = localhost 73HOSTNAME = localhost
77PORT = 12093 74PORT = 12193
78UNIXPATH = /tmp/gnunet-p2-service-resolver.sock 75UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
79 76
80[statistics] 77[statistics]
@@ -84,7 +81,7 @@ BINARY = gnunet-service-statistics
84CONFIG = $DEFAULTCONFIG 81CONFIG = $DEFAULTCONFIG
85HOME = $SERVICEHOME 82HOME = $SERVICEHOME
86HOSTNAME = localhost 83HOSTNAME = localhost
87PORT = 12094 84PORT = 12194
88UNIXPATH = /tmp/gnunet-p2-service-statistics.sock 85UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
89 86
90 87
@@ -96,7 +93,7 @@ BINARY = gnunet-service-arm
96CONFIG = $DEFAULTCONFIG 93CONFIG = $DEFAULTCONFIG
97HOME = $SERVICEHOME 94HOME = $SERVICEHOME
98HOSTNAME = localhost 95HOSTNAME = localhost
99PORT = 12095 96PORT = 12195
100UNIXPATH = /tmp/gnunet-p2-service-arm.sock 97UNIXPATH = /tmp/gnunet-p2-service-arm.sock
101 98
102[TESTING] 99[TESTING]