Cleaned up code
[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 = YES
11 BINDTO = 127.0.0.1
12
13
14 [statistics]
15 ACCEPT_FROM6 = ::1;
16 ACCEPT_FROM = 127.0.0.1;
17 BINARY = gnunet-service-statistics
18 CONFIG = $DEFAULTCONFIG
19 HOME = $SERVICEHOME
20 HOSTNAME = localhost
21 PORT = 12367
22
23 [arm]
24 DEFAULTSERVICES = topology hostlist
25 ACCEPT_FROM6 = ::1;
26 ACCEPT_FROM = 127.0.0.1;
27 BINARY = gnunet-service-arm
28 CONFIG = $DEFAULTCONFIG
29 HOME = $SERVICEHOME
30 HOSTNAME = localhost
31 PORT = 12366