blob: f56b1578a9b09c7ad1711622291a01a53eab2ef6 (
plain)
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
29
30
|
@INLINE@ template_cfg_peer1.conf
[PATHS]
SERVICEHOME = /tmp/test_quota_compliance_peer1
DEFAULTCONFIG = test_quota_compliance_http_peer1.conf
[transport-http]
PORT = 4010
[arm]
PORT = 4015
UNIXPATH = /tmp/test_quota_compliance_http_arm_peer1.sock
[statistics]
PORT = 4014
UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer1.sock
[resolver]
PORT = 4013
UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.sock
[peerinfo]
PORT = 4012
UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
[transport]
PORT = 4011
PLUGINS = http
UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
|