aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_https_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 13:35:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 13:35:31 +0000
commit0ea2ffb99da4645d3984fd0b207bd78d261e8356 (patch)
tree903b2f7de0204a116d5714a7aae84405dc51b68c /src/transport/test_quota_compliance_https_peer2.conf
parent8b75d8b9e863d4c1e3bb21df93897bca6b9d1799 (diff)
downloadgnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.tar.gz
gnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.zip
simplifying config
Diffstat (limited to 'src/transport/test_quota_compliance_https_peer2.conf')
-rw-r--r--src/transport/test_quota_compliance_https_peer2.conf126
1 files changed, 17 insertions, 109 deletions
diff --git a/src/transport/test_quota_compliance_https_peer2.conf b/src/transport/test_quota_compliance_https_peer2.conf
index a27e8ccf9..0d22f9c78 100644
--- a/src/transport/test_quota_compliance_https_peer2.conf
+++ b/src/transport/test_quota_compliance_https_peer2.conf
@@ -1,128 +1,36 @@
1@INLINE@ test_transport_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test_quota_compliance_peer2 3SERVICEHOME = /tmp/test_quota_compliance_peer2
3DEFAULTCONFIG = test_quota_compliance_https_peer2.conf 4DEFAULTCONFIG = test_quota_compliance_https_peer2.conf
4 5
5[transport-https] 6[transport-https]
6PORT = 3001 7PORT = 3001
7#DEBUG = YES 8CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
9KEY_FILE = https_key_quota_p2.key
10CERT_FILE = https_cert_qutoa_p2.crt
8USE_IPv4 = YES 11USE_IPv4 = YES
9USE_IPv6 = NO 12USE_IPv6 = NO
10BINDTO4 = 127.0.0.1 13BINDTO4 = 127.0.0.1
11#BINDTO6 = ::1
12KEY_FILE = https_key_quota_p2.key
13CERT_FILE = https_cert_qutoa_p2.crt
14CRYPTO_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
17USE_LOCALADDR = YES
18
19[fs]
20AUTOSTART = NO
21
22[datastore]
23AUTOSTART = NO
24
25[hostlist]
26HTTP-PROXY =
27SERVERS = http://gnunet.org:8080/
28OPTIONS = -b
29BINARY = gnunet-daemon-hostlist
30CONFIG = $DEFAULTCONFIG
31HOME = $SERVICEHOME
32HOSTNAME = localhost
33HTTPPORT = 8080
34
35[topology]
36BINARY = gnunet-daemon-topology
37CONFIG = $DEFAULTCONFIG
38FRIENDS = $SERVICEHOME/friends
39TARGET-CONNECTION-COUNT = 16
40AUTOCONNECT = YES
41FRIENDS-ONLY = NO
42MINIMUM-FRIENDS = 0
43
44[core]
45AUTOSTART = NO
46
47[transport]
48PORT = 3002
49UNIXPATH = /tmp/https_transport_peer2.sock
50plugins = https
51#DEBUG = YES
52PREFIX =
53ACCEPT_FROM6 = ::1;
54ACCEPT_FROM = 127.0.0.1;
55NEIGHBOUR_LIMIT = 50
56BINARY = gnunet-service-transport
57CONFIG = $DEFAULTCONFIG
58HOME = $SERVICEHOME
59HOSTNAME = localhost
60
61
62[peerinfo]
63PORT = 3003
64UNIXPATH = /tmp/test_quota_compliance_https_peerinfo_peer2.sock
65TRUST = $SERVICEHOME/data/credit/
66HOSTS = $SERVICEHOME/data/hosts/
67ACCEPT_FROM6 = ::1;
68ACCEPT_FROM = 127.0.0.1;
69BINARY = gnunet-service-peerinfo
70CONFIG = $DEFAULTCONFIG
71HOME = $SERVICEHOME
72HOSTNAME = localhost
73
74[resolver]
75PORT = 3004
76UNIXPATH = /tmp/test_quota_compliance_https_resolver_peer2.sock
77ACCEPT_FROM6 = ::1;
78ACCEPT_FROM = 127.0.0.1;
79BINARY = gnunet-service-resolver
80CONFIG = $DEFAULTCONFIG
81HOME = $SERVICEHOME
82HOSTNAME = localhost
83
84[statistics]
85PORT = 3005
86UNIXPATH = /tmp/test_quota_compliance_https_statistics_peer2.sock
87ACCEPT_FROM6 = ::1;
88ACCEPT_FROM = 127.0.0.1;
89BINARY = gnunet-service-statistics
90CONFIG = $DEFAULTCONFIG
91HOME = $SERVICEHOME
92HOSTNAME = localhost
93
94 14
95[arm] 15[arm]
96PORT = 3006 16PORT = 3006
97UNIXPATH = /tmp/test_quota_compliance_https_arm_peer2.sock 17UNIXPATH = /tmp/test_quota_compliance_https_arm_peer2.sock
98DEFAULTSERVICES =
99ACCEPT_FROM6 = ::1;
100ACCEPT_FROM = 127.0.0.1;
101BINARY = gnunet-service-arm
102CONFIG = $DEFAULTCONFIG
103HOME = $SERVICEHOME
104HOSTNAME = localhost
105
106 18
107[TESTING] 19[statistics]
108WEAKRANDOM = YES 20PORT = 3005
109 21UNIXPATH = /tmp/test_quota_compliance_https_statistics_peer2.sock
110[gnunetd]
111HOSTKEY = $SERVICEHOME/.hostkey
112
113
114[dht]
115AUTOSTART = NO
116
117[mesh]
118AUTOSTART = NO
119
120[dns]
121AUTOSTART = NO
122 22
23[resolver]
24PORT = 3004
25UNIXPATH = /tmp/test_quota_compliance_https_resolver_peer2.sock
123 26
27[peerinfo]
28PORT = 3003
29UNIXPATH = /tmp/test_quota_compliance_https_peerinfo_peer2.sock
124 30
125[nse] 31[transport]
126AUTOSTART = NO 32PORT = 3002
33PLUGINS = https
34UNIXPATH = /tmp/https_transport_peer2.sock
127 35
128 36