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