(no commit message)
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
index c4139380c147b0fbebfb9da80d4694638c48c0ca..63272b20327c1a2ad629bd064b7fbabd56e1f97f 100644 (file)
@@ -1,8 +1,28 @@
 [PATHS]
-DEFAULTCONFIG = test_transport_api_tcp_peer1.conf
+DEFAULTCONFIG = test_plugin_transport_data_http.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
 
 [transport-http]
 PORT = 12389
 DEBUG = YES
-USE_IPV6 = YES
\ No newline at end of file
+
+[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
+
+[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