comments
[oweals/gnunet.git] / src / transport / test_quota_compliance_https_peer2.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_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 USE_LOCALADDR = YES
18
19 [fs]
20 AUTOSTART = NO
21
22 [datastore]
23 AUTOSTART = NO
24
25 [hostlist]
26 HTTP-PROXY = 
27 SERVERS = http://gnunet.org:8080/
28 OPTIONS = -b
29 BINARY = gnunet-daemon-hostlist
30 CONFIG = $DEFAULTCONFIG
31 HOME = $SERVICEHOME
32 HOSTNAME = localhost
33 HTTPPORT = 8080
34
35 [topology]
36 BINARY = gnunet-daemon-topology
37 CONFIG = $DEFAULTCONFIG
38 FRIENDS = $SERVICEHOME/friends
39 TARGET-CONNECTION-COUNT = 16
40 AUTOCONNECT = YES
41 FRIENDS-ONLY = NO
42 MINIMUM-FRIENDS = 0
43
44 [core]
45 AUTOSTART = NO
46
47 [transport]
48 PORT = 3002
49 UNIXPATH = /tmp/https_transport_peer2.sock
50 plugins = https
51 #DEBUG = YES
52 PREFIX = 
53 ACCEPT_FROM6 = ::1;
54 ACCEPT_FROM = 127.0.0.1;
55 NEIGHBOUR_LIMIT = 50
56 BINARY = gnunet-service-transport
57 CONFIG = $DEFAULTCONFIG
58 HOME = $SERVICEHOME
59 HOSTNAME = localhost
60
61
62 [peerinfo]
63 PORT = 3003
64 UNIXPATH = /tmp/test_quota_compliance_https_peerinfo_peer2.sock
65 TRUST = $SERVICEHOME/data/credit/
66 HOSTS = $SERVICEHOME/data/hosts/
67 ACCEPT_FROM6 = ::1;
68 ACCEPT_FROM = 127.0.0.1;
69 BINARY = gnunet-service-peerinfo
70 CONFIG = $DEFAULTCONFIG
71 HOME = $SERVICEHOME
72 HOSTNAME = localhost
73
74 [resolver]
75 PORT = 3004
76 UNIXPATH = /tmp/test_quota_compliance_https_resolver_peer2.sock
77 ACCEPT_FROM6 = ::1;
78 ACCEPT_FROM = 127.0.0.1;
79 BINARY = gnunet-service-resolver
80 CONFIG = $DEFAULTCONFIG
81 HOME = $SERVICEHOME
82 HOSTNAME = localhost
83
84 [statistics]
85 PORT = 3005
86 UNIXPATH = /tmp/test_quota_compliance_https_statistics_peer2.sock
87 ACCEPT_FROM6 = ::1;
88 ACCEPT_FROM = 127.0.0.1;
89 BINARY = gnunet-service-statistics
90 CONFIG = $DEFAULTCONFIG
91 HOME = $SERVICEHOME
92 HOSTNAME = localhost
93
94
95 [arm]
96 PORT = 3006
97 UNIXPATH = /tmp/test_quota_compliance_https_arm_peer2.sock
98 DEFAULTSERVICES = 
99 ACCEPT_FROM6 = ::1;
100 ACCEPT_FROM = 127.0.0.1;
101 BINARY = gnunet-service-arm
102 CONFIG = $DEFAULTCONFIG
103 HOME = $SERVICEHOME
104 HOSTNAME = localhost
105
106
107 [TESTING]
108 WEAKRANDOM = YES
109
110 [gnunetd]
111 HOSTKEY = $SERVICEHOME/.hostkey
112
113
114 [dht]
115 AUTOSTART = NO
116
117 [mesh]
118 AUTOSTART = NO
119
120 [dns]
121 AUTOSTART = NO
122
123
124
125 [nse]
126 AUTOSTART = NO
127
128