aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_unix_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_unix_peer1.conf
parent8b75d8b9e863d4c1e3bb21df93897bca6b9d1799 (diff)
downloadgnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.tar.gz
gnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.zip
simplifying config
Diffstat (limited to 'src/transport/test_quota_compliance_unix_peer1.conf')
-rw-r--r--src/transport/test_quota_compliance_unix_peer1.conf116
1 files changed, 14 insertions, 102 deletions
diff --git a/src/transport/test_quota_compliance_unix_peer1.conf b/src/transport/test_quota_compliance_unix_peer1.conf
index a85c2643b..0952b739f 100644
--- a/src/transport/test_quota_compliance_unix_peer1.conf
+++ b/src/transport/test_quota_compliance_unix_peer1.conf
@@ -1,116 +1,28 @@
1@INLINE@ test_transport_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test_quota_compliance_peer1/ 3SERVICEHOME = /tmp/test_quota_compliance_peer1/
3DEFAULTCONFIG = test_quota_compliance_unix_peer1.conf 4DEFAULTCONFIG = test_quota_compliance_unix_peer1.conf
4 5
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-unix]
34PORT = 4368
35
36
37[transport]
38plugins = unix
39#DEBUG = YES
40PREFIX =
41ACCEPT_FROM6 = ::1;
42ACCEPT_FROM = 127.0.0.1;
43NEIGHBOUR_LIMIT = 50
44BINARY = gnunet-service-transport
45CONFIG = $DEFAULTCONFIG
46HOME = $SERVICEHOME
47HOSTNAME = localhost
48PORT = 4091
49UNIXPATH = /tmp/test_quota_compliance_unix_transport_peer1.sock
50
51[peerinfo]
52TRUST = $SERVICEHOME/data/credit/
53HOSTS = $SERVICEHOME/data/hosts/
54ACCEPT_FROM6 = ::1;
55ACCEPT_FROM = 127.0.0.1;
56BINARY = gnunet-service-peerinfo
57CONFIG = $DEFAULTCONFIG
58HOME = $SERVICEHOME
59HOSTNAME = localhost
60PORT = 4090
61UNIXPATH = /tmp/test_quota_compliance_unix_peerinfo_peer1.sock
62
63[resolver]
64ACCEPT_FROM6 = ::1;
65ACCEPT_FROM = 127.0.0.1;
66BINARY = gnunet-service-resolver
67CONFIG = $DEFAULTCONFIG
68HOME = $SERVICEHOME
69HOSTNAME = localhost
70PORT = 4089
71UNIXPATH = /tmp/test_quota_compliance_unix_resolver_peer1.sock
72
73[statistics]
74ACCEPT_FROM6 = ::1;
75ACCEPT_FROM = 127.0.0.1;
76BINARY = gnunet-service-statistics
77CONFIG = $DEFAULTCONFIG
78HOME = $SERVICEHOME
79HOSTNAME = localhost
80PORT = 4088
81UNIXPATH = /tmp/test_quota_compliance_unix_statistics_peer1.sock
82
83[arm] 6[arm]
84DEFAULTSERVICES =
85ACCEPT_FROM6 = ::1;
86ACCEPT_FROM = 127.0.0.1;
87BINARY = gnunet-service-arm
88CONFIG = $DEFAULTCONFIG
89HOME = $SERVICEHOME
90HOSTNAME = localhost
91PORT = 4087 7PORT = 4087
92UNIXPATH = /tmp/test_quota_compliance_unix_arm_peer1.sock 8UNIXPATH = /tmp/test_quota_compliance_unix_arm_peer1.sock
93 9
94[TESTING] 10[statistics]
95WEAKRANDOM = YES 11PORT = 4088
96 12UNIXPATH = /tmp/test_quota_compliance_unix_statistics_peer1.sock
97[gnunetd]
98HOSTKEY = $SERVICEHOME/.hostkey
99
100
101[dht]
102AUTOSTART = NO
103
104[mesh]
105AUTOSTART = NO
106
107 13
108[dns] 14[resolver]
109AUTOSTART = NO 15PORT = 4089
16UNIXPATH = /tmp/test_quota_compliance_unix_resolver_peer1.sock
110 17
18[peerinfo]
19PORT = 4090
20UNIXPATH = /tmp/test_quota_compliance_unix_peerinfo_peer1.sock
111 21
22[transport]
23PORT = 4091
24PLUGINS = unix
25UNIXPATH = /tmp/test_quota_compliance_unix_transport_peer1.sock
112 26
113[nse]
114AUTOSTART = NO
115 27
116 28