complete state reset functionality
[oweals/gnunet.git] / src / transport / test_transport_api_reliability_https_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-https-p2/
4 DEFAULTCONFIG = test_transport_api_reliability_https_peer2.conf
5
6 [core]
7 TOTAL_QUOTA_OUT = 1073741824 
8 TOTAL_QUOTA_IN  = 1073741824
9
10 [transport-https]
11 PORT = 12310
12 KEY_FILE = $SERVICEHOME/https_key_p2.key
13 CERT_FILE = $SERVICEHOME/https_cert_p2.crt
14 USE_IPv4 = YES
15 USE_IPv6 = NO
16 BINDTO4 = 127.0.0.1
17
18 [arm]
19 PORT = 12315
20 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
21
22 [statistics]
23 PORT = 12314
24 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
25
26 [resolver]
27 PORT = 12313
28 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
29
30 [peerinfo]
31 PORT = 12312
32 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
33
34 [transport]
35 PORT = 12311
36 PLUGINS = https
37 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
38
39