aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_data_http.conf
blob: 63272b20327c1a2ad629bd064b7fbabd56e1f97f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[PATHS]
DEFAULTCONFIG = test_plugin_transport_data_http.conf
SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/

[transport-http]
PORT = 12389
DEBUG = YES

[statistics]
ALLOW_SHUTDOWN = YES
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-statistics
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 12367

[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