clean port assignment
[oweals/gnunet.git] / src / transport / test_quota_compliance_https_peer2.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_https_peer2
3 DEFAULTCONFIG = test_quota_compliance_https_peer2.conf
4
5 [transport-https]
6 PORT = 3001
7 #DEBUG = YES
8 USE_IPv4 = YES
9 USE_IPv6 = NO
10 BINDTO4 = 127.0.0.1
11 #BINDTO6 = ::1
12 KEY_FILE = https_key_quota_p2.key
13 CERT_FILE = https_cert_qutoa_p2.crt
14 CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
15 #CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL
16 #CRYPTO_INIT = PERFORMANCE
17
18 [fs]
19 AUTOSTART = NO
20
21 [datastore]
22 AUTOSTART = NO
23
24 [hostlist]
25 HTTP-PROXY = 
26 SERVERS = http://gnunet.org:8080/
27 OPTIONS = -b
28 BINARY = gnunet-daemon-hostlist
29 CONFIG = $DEFAULTCONFIG
30 HOME = $SERVICEHOME
31 HOSTNAME = localhost
32 HTTPPORT = 8080
33
34 [topology]
35 BINARY = gnunet-daemon-topology
36 CONFIG = $DEFAULTCONFIG
37 FRIENDS = $SERVICEHOME/friends
38 TARGET-CONNECTION-COUNT = 16
39 AUTOCONNECT = YES
40 FRIENDS-ONLY = NO
41 MINIMUM-FRIENDS = 0
42
43 [core]
44 AUTOSTART = NO
45
46 [transport]
47 PORT = 3002
48 UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_https_transport_peer2.sock
49 plugins = https
50 #DEBUG = YES
51 PREFIX = 
52 ACCEPT_FROM6 = ::1;
53 ACCEPT_FROM = 127.0.0.1;
54 NEIGHBOUR_LIMIT = 50
55 BINARY = gnunet-service-transport
56 CONFIG = $DEFAULTCONFIG
57 HOME = $SERVICEHOME
58 HOSTNAME = localhost
59
60
61 [peerinfo]
62 PORT = 3003
63 UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_https_peerinfo_peer2.sock
64 TRUST = $SERVICEHOME/data/credit/
65 HOSTS = $SERVICEHOME/data/hosts/
66 ACCEPT_FROM6 = ::1;
67 ACCEPT_FROM = 127.0.0.1;
68 BINARY = gnunet-service-peerinfo
69 CONFIG = $DEFAULTCONFIG
70 HOME = $SERVICEHOME
71 HOSTNAME = localhost
72
73 [resolver]
74 PORT = 3004
75 UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_https_resolver_peer2.sock
76 ACCEPT_FROM6 = ::1;
77 ACCEPT_FROM = 127.0.0.1;
78 BINARY = gnunet-service-resolver
79 CONFIG = $DEFAULTCONFIG
80 HOME = $SERVICEHOME
81 HOSTNAME = localhost
82
83 [statistics]
84 PORT = 3005
85 UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_https_statistics_peer2.sock
86 ACCEPT_FROM6 = ::1;
87 ACCEPT_FROM = 127.0.0.1;
88 BINARY = gnunet-service-statistics
89 CONFIG = $DEFAULTCONFIG
90 HOME = $SERVICEHOME
91 HOSTNAME = localhost
92
93
94 [arm]
95 PORT = 3006
96 UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_https_arm_peer2.sock
97 DEFAULTSERVICES = 
98 ACCEPT_FROM6 = ::1;
99 ACCEPT_FROM = 127.0.0.1;
100 BINARY = gnunet-service-arm
101 CONFIG = $DEFAULTCONFIG
102 HOME = $SERVICEHOME
103 HOSTNAME = localhost
104
105
106 [TESTING]
107 WEAKRANDOM = YES
108
109 [gnunetd]
110 HOSTKEY = $SERVICEHOME/.hostkey
111
112
113 [dht]
114 AUTOSTART = NO
115
116