(no commit message)
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
1 [PATHS]
2 DEFAULTCONFIG = test_plugin_transport_data_http.conf
3 SERVICEHOME = /tmp/test_plugin_transport_http/
4
5 [transport-http]
6 PORT = 12389
7 DEBUG = YES
8
9 [statistics]
10 ACCEPT_FROM6 = ::1;
11 ACCEPT_FROM = 127.0.0.1;
12 BINARY = gnunet-service-statistics
13 CONFIG = $DEFAULTCONFIG
14 HOME = $SERVICEHOME
15 HOSTNAME = localhost
16 PORT = 12367
17
18 [arm]
19 DEFAULTSERVICES = topology hostlist
20 ACCEPT_FROM6 = ::1;
21 ACCEPT_FROM = 127.0.0.1;
22 BINARY = gnunet-service-arm
23 CONFIG = $DEFAULTCONFIG
24 HOME = $SERVICEHOME
25 HOSTNAME = localhost
26 PORT = 12366