Add missing include
[oweals/gnunet.git] / src / transport / test_transport_api_https_peer2.conf
index 0710f41ce808e0b49a41f745bf5082647e1288b8..89bef2b20f3099ee565d328e28d1f2c2097b5b4d 100644 (file)
@@ -1,10 +1,16 @@
 @INLINE@ template_cfg_peer2.conf
 [PATHS]
 SERVICEHOME = /tmp/test-transport/api-https-p2/
-DEFAULTCONFIG = test_transport_api_https_peer2.conf
 
-[transport-https]
-PORT = 12110
+[transport-https_server]
+EXTERNAL_HOSTNAME = localhost/test
+EXTERNAL_HOSTNAME_ONLY = yes
+EXTERNAL_HOSTNAME_USE_PORT = YES
+#VERIFY_EXTERNAL_HOSTNAME = YES
+#PORT = 10000
+# Does the external hostname use the same port?
+USE_IPv6 = YES
+#BINDTO = 127.0.0.1
 KEY_FILE = $SERVICEHOME/https_key_p2.key
 CERT_FILE = $SERVICEHOME/https_cert_p2.crt
 
@@ -26,8 +32,7 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
 
 [transport]
 PORT = 12111
-PLUGINS = https
+PLUGINS = https_server
 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
-DEBUG = NO