fixing #1850
[oweals/gnunet.git] / src / transport / test_quota_compliance_https_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test_quota_compliance_peer1/
4 DEFAULTCONFIG = test_quota_compliance_https_peer1.conf
5
6 [transport-https]
7 PORT = 4001
8 KEY_FILE = https_key_quota_p1.key
9 CERT_FILE = https_cert_quota_p1.crt
10 USE_IPv4 = YES
11 USE_IPv6 = NO
12 BINDTO4 = 127.0.0.1
13
14 [arm]
15 PORT = 4006
16 UNIXPATH = /tmp/test_quota_compliance_https_arm_peer1.sock
17
18 [statistics]
19 PORT = 4005
20 UNIXPATH = /tmp/test_quota_compliance_https_statistics_peer1.sock
21
22 [resolver]
23 PORT = 4004
24 UNIXPATH = /tmp/test_quota_compliance_https_resolver_peer1.sock
25
26 [peerinfo]
27 PORT = 4003
28 UNIXPATH = /tmp/test_quota_compliance_https_peerinfo_peer1.sock
29
30 [transport]
31 PORT = 4002
32 PLUGINS = https
33 UNIXPATH = /tmp/test_quota_compliance_https_transport_peer1.sock
34
35