more code cleanup
[oweals/gnunet.git] / src / transport / test_transport_api_http_peer2.conf
index 6cdd84fe75b8c6063c08a88b108d38fbc23a2556..dc370fa124308e87e0e33dd698a14ce51d484e39 100644 (file)
@@ -1,8 +1,17 @@
 [transport-http]
 PORT = 22368
 DEBUG = NO
-USE_IPv6 = NO
-BINDTO4 = 127.0.0.1
+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]
@@ -36,7 +45,7 @@ MINIMUM-FRIENDS = 0
 [transport]
 PLUGINS = http
 #PLUGINS = tcp http
-DEBUG = NO
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -101,7 +110,7 @@ DEBUG = NO
 
 [transport-tcp]
 PORT = 22399
-DEBUG = YES
+#DEBUG = YES
 
 [TESTING]
 WEAKRANDOM = YES
@@ -110,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
+
+