(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 [TESTING]
6 WEAKRANDOM = YES
7
8 [transport-http]
9 PORT = 12389
10 DEBUG = NO
11
12 [statistics]
13 ACCEPT_FROM6 = ::1;
14 ACCEPT_FROM = 127.0.0.1;
15 BINARY = gnunet-service-statistics
16 CONFIG = $DEFAULTCONFIG
17 HOME = $SERVICEHOME
18 HOSTNAME = localhost
19 PORT = 12367
20
21 [arm]
22 DEFAULTSERVICES = topology hostlist
23 ACCEPT_FROM6 = ::1;
24 ACCEPT_FROM = 127.0.0.1;
25 BINARY = gnunet-service-arm
26 CONFIG = $DEFAULTCONFIG
27 HOME = $SERVICEHOME
28 HOSTNAME = localhost
29 PORT = 12366