stuff
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
index f794c8f873fc3868b051de92eb418243a894746f..e3982a1f54f5535f054765b2b7e69f8bf0d393e9 100644 (file)
@@ -1,24 +1,28 @@
+@INLINE@ test_transport_defaults.conf
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-plugin-transport_http/
+SERVICEHOME = /tmp/test-transport/plugin_http/
+DEFAULTCONFIG = test_plugin_transport_data_http.conf
 
-[resolver]
-PORT = 2364
+[transport-tcp]
+TIMEOUT = 5000
 
-[transport]
-PORT = 2365
-PLUGINS = http
+[transport-http]
+PORT = 12320
+DEBUG = YES
+USE_IPv6 = YES
+
+[transport-https]
+PORT = 12321
+CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
+KEY_FILE = https_key.key
+CERT_FILE = https_cert.crt
+DEBUG = YES
+USE_IPv6 = YES
 
 [arm]
-PORT = 2366
+PORT = 12323
 
 [statistics]
-PORT = 2367
-
-[transport-udp]
-PORT = 2368
+PORT = 12322
 
-[peerinfo]
-PORT = 2369
 
-[testing]
-WEAKRANDOM = YES