aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_http_peer1.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_http_peer1.conf
parent8b75d8b9e863d4c1e3bb21df93897bca6b9d1799 (diff)
downloadgnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.tar.gz
gnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.zip
simplifying config
Diffstat (limited to 'src/transport/test_quota_compliance_http_peer1.conf')
-rw-r--r--src/transport/test_quota_compliance_http_peer1.conf120
1 files changed, 7 insertions, 113 deletions
diff --git a/src/transport/test_quota_compliance_http_peer1.conf b/src/transport/test_quota_compliance_http_peer1.conf
index 8d8229857..0411accaa 100644
--- a/src/transport/test_quota_compliance_http_peer1.conf
+++ b/src/transport/test_quota_compliance_http_peer1.conf
@@ -1,120 +1,14 @@
1[PATHS]
2SERVICEHOME = /tmp/test-transport/quota-http-p1/
3DEFAULTCONFIG = test_quota_compliance_http_peer1.conf
4
5[fs]
6AUTOSTART = NO
7
8[datastore]
9AUTOSTART = NO
10
11[hostlist]
12HTTP-PROXY =
13SERVERS = http://gnunet.org:8080/
14OPTIONS = -b
15BINARY = gnunet-daemon-hostlist
16CONFIG = $DEFAULTCONFIG
17HOME = $SERVICEHOME
18HOSTNAME = localhost
19HTTPPORT = 8080
20
21[topology]
22BINARY = gnunet-daemon-topology
23CONFIG = $DEFAULTCONFIG
24FRIENDS = $SERVICEHOME/friends
25TARGET-CONNECTION-COUNT = 16
26AUTOCONNECT = YES
27FRIENDS-ONLY = NO
28MINIMUM-FRIENDS = 0
29
30[core]
31AUTOSTART = NO
32
33[transport-http]
34PORT = 4010
35DEBUG = NO
36USE_IPv4 = YES
37USE_IPv6 = NO
38BINDTO4 = 127.0.0.1
39#BINDTO6 = ::1
40USE_LOCALADDR = YES
41
42[transport]
43PORT = 4011
44UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
45plugins = http
46#DEBUG = YES
47PREFIX =
48ACCEPT_FROM6 = ::1;
49ACCEPT_FROM = 127.0.0.1;
50NEIGHBOUR_LIMIT = 50
51BINARY = gnunet-service-transport
52CONFIG = $DEFAULTCONFIG
53HOME = $SERVICEHOME
54HOSTNAME = localhost
55
56[peerinfo]
57PORT = 4012
58UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
59TRUST = $SERVICEHOME/data/credit/
60HOSTS = $SERVICEHOME/data/hosts/
61ACCEPT_FROM6 = ::1;
62ACCEPT_FROM = 127.0.0.1;
63BINARY = gnunet-service-peerinfo
64CONFIG = $DEFAULTCONFIG
65HOME = $SERVICEHOME
66HOSTNAME = localhost
67
68[resolver] 1[resolver]
69PORT = 4013 2PORT = 4013
70UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.sock 3UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.sock
71ACCEPT_FROM6 = ::1;
72ACCEPT_FROM = 127.0.0.1;
73BINARY = gnunet-service-resolver
74CONFIG = $DEFAULTCONFIG
75HOME = $SERVICEHOME
76HOSTNAME = localhost
77
78[statistics]
79PORT = 4014
80UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer1.sock
81ACCEPT_FROM6 = ::1;
82ACCEPT_FROM = 127.0.0.1;
83BINARY = gnunet-service-statistics
84CONFIG = $DEFAULTCONFIG
85HOME = $SERVICEHOME
86HOSTNAME = localhost
87
88[arm]
89PORT = 4015
90UNIXPATH = /tmp/test_quota_compliance_http_arm_peer1.sock
91DEFAULTSERVICES =
92ACCEPT_FROM6 = ::1;
93ACCEPT_FROM = 127.0.0.1;
94BINARY = gnunet-service-arm
95CONFIG = $DEFAULTCONFIG
96HOME = $SERVICEHOME
97HOSTNAME = localhost
98
99[TESTING]
100WEAKRANDOM = YES
101
102[gnunetd]
103HOSTKEY = $SERVICEHOME/.hostkey
104
105
106[dht]
107AUTOSTART = NO
108
109[mesh]
110AUTOSTART = NO
111
112[dns]
113AUTOSTART = NO
114
115 4
5[peerinfo]
6PORT = 4012
7UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
116 8
117[nse] 9[transport]
118AUTOSTART = NO 10PORT = 4011
11PLUGINS = http
12UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
119 13
120 14