(no commit message)
[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 [core]
7 TOTAL_QUOTA_IN = 10000
8 TOTAL_QUOTA_OUT = 10000
9
10 [transport-https]
11 PORT = 4001
12 CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
13 KEY_FILE = https_key_quota_p1.key
14 CERT_FILE = https_cert_quota_p1.crt
15 USE_IPv4 = YES
16 USE_IPv6 = NO
17 BINDTO4 = 127.0.0.1
18
19 [arm]
20 PORT = 4006
21 UNIXPATH = /tmp/test_quota_compliance_https_arm_peer1.sock
22
23 [statistics]
24 PORT = 4005
25 UNIXPATH = /tmp/test_quota_compliance_https_statistics_peer1.sock
26
27 [resolver]
28 PORT = 4004
29 UNIXPATH = /tmp/test_quota_compliance_https_resolver_peer1.sock
30
31 [peerinfo]
32 PORT = 4003
33 UNIXPATH = /tmp/test_quota_compliance_https_peerinfo_peer1.sock
34
35 [transport]
36 PORT = 4002
37 PLUGINS = https
38 UNIXPATH = /tmp/test_quota_compliance_https_transport_peer1.sock
39
40