(no commit message)
[oweals/gnunet.git] / src / transport / test_quota_compliance_http_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test_quota_compliance_peer2
4 DEFAULTCONFIG = test_quota_compliance_http_peer2.conf
5
6 [core]
7 TOTAL_QUOTA_IN = 10000
8 TOTAL_QUOTA_OUT = 10000
9
10 [transport-http]
11 PORT = 3010
12 DEBUG = NO
13 USE_IPv4 = YES
14 USE_IPv6 = NO
15 BINDTO4 = 127.0.0.1
16
17 [arm]
18 PORT = 3015
19 UNIXPATH = /tmp/test_quota_compliance_http_arm_peer2.sock
20
21 [statistics]
22 PORT = 3014
23 UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer2.sock
24
25 [resolver]
26 PORT = 3013
27 UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer2.sock
28
29 [peerinfo]
30 PORT = 3012
31 UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer2.sock
32
33 [transport]
34 PORT = 3011
35 PLUGINS = http
36 UNIXPATH = /tmp/test_quota_compliance_http_transport_peer2.sock
37
38