complete state reset functionality
[oweals/gnunet.git] / src / transport / test_transport_api_reliability_https_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-https-p1/
4 DEFAULTCONFIG = test_transport_api_reliability_https_peer1.conf
5
6 [core]
7 TOTAL_QUOTA_OUT = 1073741824 
8 TOTAL_QUOTA_IN  = 1073741824
9
10 [transport-https]
11 PORT = 12300
12 KEY_FILE = $SERVICEHOME/https_key_p1.key
13 CERT_FILE = $SERVICEHOME/https_cert_p1.crt
14 USE_IPv4 = YES
15 USE_IPv6 = NO
16 BINDTO4 = 127.0.0.1
17
18 [arm]
19 PORT = 12305
20 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
21
22 [statistics]
23 PORT = 12304
24 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
25
26 [resolver]
27 PORT = 12303
28 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
29
30 [peerinfo]
31 PORT = 12302
32 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
33
34 [transport]
35 PORT = 12301
36 PLUGINS = https
37 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
38