(no commit message)
[oweals/gnunet.git] / src / transport / test_transport_api_http_peer2.conf
index 1cbe8cae0cd871f8084a686c8d3f4b44b0a8cdce..dc370fa124308e87e0e33dd698a14ce51d484e39 100644 (file)
@@ -1,6 +1,18 @@
 [transport-http]
 PORT = 22368
-DEBUG = YES
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
+
+[transport-https]
+PORT = 42388
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
 
 [fs]
 AUTOSTART = NO
@@ -33,8 +45,7 @@ MINIMUM-FRIENDS = 0
 [transport]
 PLUGINS = http
 #PLUGINS = tcp http
-DEBUG = YES
-# PREFIX = 
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -43,8 +54,10 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22365
+UNIXPATH = /tmp/gnunet-p2-service-transport.sock
 #PREFIX = xterm -T transport1 -e gdb --command=cmd --args
 #PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --tool=massif
 
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
@@ -56,6 +69,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22369
+UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
 
 [resolver]
 ACCEPT_FROM6 = ::1;
@@ -65,6 +79,7 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22364
+UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
 
 [statistics]
 ACCEPT_FROM6 = ::1;
@@ -74,6 +89,8 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22367
+UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
+
 
 [arm]
 DEFAULTSERVICES = 
@@ -84,14 +101,16 @@ CONFIG = $DEFAULTCONFIG
 HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 22366
+UNIXPATH = /tmp/gnunet-p2-service-arm.sock
+
 
 [transport-http]
 PORT = 22389
-DEBUG = YES
+DEBUG = NO
 
 [transport-tcp]
 PORT = 22399
-DEBUG = YES
+#DEBUG = YES
 
 [TESTING]
 WEAKRANDOM = YES
@@ -100,6 +119,10 @@ WEAKRANDOM = YES
 HOSTKEY = $SERVICEHOME/.hostkey
 
 [PATHS]
-DEFAULTCONFIG = test_transport_api_http_peer2.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/
 
+
+[dht]
+AUTOSTART = NO
+
+