X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Ftest_plugin_transport_data_http.conf;h=63272b20327c1a2ad629bd064b7fbabd56e1f97f;hb=7181a8fb4f75af69d82709b975ffb9c991e45ec7;hp=f794c8f873fc3868b051de92eb418243a894746f;hpb=1cc43d608117c035c4986cf6b306b876e84a700e;p=oweals%2Fgnunet.git diff --git a/src/transport/test_plugin_transport_data_http.conf b/src/transport/test_plugin_transport_data_http.conf index f794c8f87..63272b203 100644 --- a/src/transport/test_plugin_transport_data_http.conf +++ b/src/transport/test_plugin_transport_data_http.conf @@ -1,24 +1,28 @@ [PATHS] -SERVICEHOME = /tmp/test-gnunetd-plugin-transport_http/ +DEFAULTCONFIG = test_plugin_transport_data_http.conf +SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/ -[resolver] -PORT = 2364 - -[transport] -PORT = 2365 -PLUGINS = http - -[arm] -PORT = 2366 +[transport-http] +PORT = 12389 +DEBUG = YES [statistics] -PORT = 2367 +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-udp] -PORT = 2368 - -[peerinfo] -PORT = 2369 - -[testing] -WEAKRANDOM = 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