(no commit message)
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
index 63272b20327c1a2ad629bd064b7fbabd56e1f97f..df1a47a3686f3a6242396c807809a0d07c027ca6 100644 (file)
@@ -1,13 +1,15 @@
 [PATHS]
 DEFAULTCONFIG = test_plugin_transport_data_http.conf
-SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
+SERVICEHOME = /tmp/test_plugin_transport_http/
+
+[TESTING]
+WEAKRANDOM = YES
 
 [transport-http]
 PORT = 12389
-DEBUG = YES
+DEBUG = NO
 
 [statistics]
-ALLOW_SHUTDOWN = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -17,12 +19,11 @@ HOSTNAME = localhost
 PORT = 12367
 
 [arm]
-DEFAULTSERVICES = resolver transport core statistics topology hostlist
-ALLOW_SHUTDOWN = YES
+DEFAULTSERVICES = topology hostlist
 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 = 12366