blob: 885bcba3dc9aae829548b363e871e9e18947a864 (
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
|
@INLINE@ template_cfg_peer1.conf
[PATHS]
SERVICEHOME = /tmp/test_quota_compliance_peer1
[transport-http_client]
[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_client
UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
|