stuff
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
index 63272b20327c1a2ad629bd064b7fbabd56e1f97f..e3982a1f54f5535f054765b2b7e69f8bf0d393e9 100644 (file)
@@ -1,28 +1,28 @@
+@INLINE@ test_transport_defaults.conf
 [PATHS]
+SERVICEHOME = /tmp/test-transport/plugin_http/
 DEFAULTCONFIG = test_plugin_transport_data_http.conf
-SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
+
+[transport-tcp]
+TIMEOUT = 5000
 
 [transport-http]
-PORT = 12389
+PORT = 12320
 DEBUG = YES
+USE_IPv6 = YES
 
-[statistics]
-ALLOW_SHUTDOWN = YES
-ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
-BINARY = gnunet-service-statistics
-CONFIG = $DEFAULTCONFIG
-HOME = $SERVICEHOME
-HOSTNAME = localhost
-PORT = 12367
+[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]
-DEFAULTSERVICES = resolver transport core statistics topology hostlist
-ALLOW_SHUTDOWN = YES
-ACCEPT_FROM6 = ::1;
-ACCEPT_FROM = 127.0.0.1;
-BINARY = gnunet-service-arm
-CONFIG = $DEFAULTCONFIG
-HOME = $SERVICEHOME
-HOSTNAME = localhost
-PORT = 12366
\ No newline at end of file
+PORT = 12323
+
+[statistics]
+PORT = 12322
+
+