(no commit message)
[oweals/gnunet.git] / src / transport / test_quota_compliance_http_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test_quota_compliance_peer1
4 DEFAULTCONFIG = test_quota_compliance_http_peer1.conf
5
6 [core]
7 TOTAL_QUOTA_IN = 10000
8 TOTAL_QUOTA_OUT = 10000
9
10 [transport-http]
11 PORT = 4010
12 DEBUG = NO
13 USE_IPv4 = YES
14 USE_IPv6 = NO
15 BINDTO4 = 127.0.0.1
16
17 [arm]
18 PORT = 4015
19 UNIXPATH = /tmp/test_quota_compliance_http_arm_peer1.sock
20
21 [statistics]
22 PORT = 4014
23 UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer1.sock
24
25 [resolver]
26 PORT = 4013
27 UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.sock
28
29 [peerinfo]
30 PORT = 4012
31 UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
32
33 [transport]
34 PORT = 4011
35 PLUGINS = http
36 UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
37
38