aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_rel_http_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_transport_api_rel_http_peer2.conf
parent8b75d8b9e863d4c1e3bb21df93897bca6b9d1799 (diff)
downloadgnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.tar.gz
gnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.zip
simplifying config
Diffstat (limited to 'src/transport/test_transport_api_rel_http_peer2.conf')
-rw-r--r--src/transport/test_transport_api_rel_http_peer2.conf127
1 files changed, 18 insertions, 109 deletions
diff --git a/src/transport/test_transport_api_rel_http_peer2.conf b/src/transport/test_transport_api_rel_http_peer2.conf
index 192d9d8ae..cb8ce89b5 100644
--- a/src/transport/test_transport_api_rel_http_peer2.conf
+++ b/src/transport/test_transport_api_rel_http_peer2.conf
@@ -1,124 +1,33 @@
1@INLINE@ test_transport_defaults.conf
2[PATHS]
3SERVICEHOME = /tmp/test-transport/api-http-p2/
4DEFAULTCONFIG = test_transport_api_rel_http_peer2.conf
5
1[transport-http] 6[transport-http]
2PORT = 12190 7PORT = 12190
3DEBUG = NO
4USE_IPv4 = YES 8USE_IPv4 = YES
5USE_IPv6 = NO 9USE_IPv6 = NO
6BINDTO4 = 127.0.0.1 10BINDTO4 = 127.0.0.1
7#BINDTO6 = ::1
8USE_LOCALADDR = YES
9[fs]
10AUTOSTART = NO
11
12[datastore]
13AUTOSTART = NO
14
15[core]
16AUTOSTART = NO
17
18[hostlist]
19HTTP-PROXY =
20SERVERS = http://gnunet.org:8080/
21OPTIONS = -b
22BINARY = gnunet-daemon-hostlist
23CONFIG = $DEFAULTCONFIG
24HOME = $SERVICEHOME
25HOSTNAME = localhost
26HTTPPORT = 8080
27
28[topology]
29BINARY = gnunet-daemon-topology
30CONFIG = $DEFAULTCONFIG
31FRIENDS = $SERVICEHOME/friends
32TARGET-CONNECTION-COUNT = 16
33AUTOCONNECT = YES
34FRIENDS-ONLY = NO
35MINIMUM-FRIENDS = 0
36
37[transport]
38PLUGINS = http
39#DEBUG = YES
40ACCEPT_FROM6 = ::1;
41ACCEPT_FROM = 127.0.0.1;
42NEIGHBOUR_LIMIT = 50
43BINARY = gnunet-service-transport
44CONFIG = $DEFAULTCONFIG
45HOME = $SERVICEHOME
46HOSTNAME = localhost
47PORT = 12191
48UNIXPATH = /tmp/gnunet-p2-service-transport.sock
49#PREFIX = xterm -T transport1 -e gdb --command=cmd --args
50#PREFIX = valgrind --leak-check=full
51#PREFIX = valgrind --tool=massif
52#PREFIX = valgrind --tool=callgrind --callgrind-out-file=http_rel_peer2.out
53#PREFIX = strace -c -o strace_peer2.txt
54
55[peerinfo]
56TRUST = $SERVICEHOME/data/credit/
57HOSTS = $SERVICEHOME/data/hosts/
58ACCEPT_FROM6 = ::1;
59ACCEPT_FROM = 127.0.0.1;
60BINARY = gnunet-service-peerinfo
61CONFIG = $DEFAULTCONFIG
62HOME = $SERVICEHOME
63HOSTNAME = localhost
64PORT = 12192
65UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
66
67[resolver]
68ACCEPT_FROM6 = ::1;
69ACCEPT_FROM = 127.0.0.1;
70BINARY = gnunet-service-resolver
71CONFIG = $DEFAULTCONFIG
72HOME = $SERVICEHOME
73HOSTNAME = localhost
74PORT = 12193
75UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
76
77[statistics]
78ACCEPT_FROM6 = ::1;
79ACCEPT_FROM = 127.0.0.1;
80BINARY = gnunet-service-statistics
81CONFIG = $DEFAULTCONFIG
82HOME = $SERVICEHOME
83HOSTNAME = localhost
84PORT = 12194
85UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
86
87 11
88[arm] 12[arm]
89DEFAULTSERVICES =
90ACCEPT_FROM6 = ::1;
91ACCEPT_FROM = 127.0.0.1;
92BINARY = gnunet-service-arm
93CONFIG = $DEFAULTCONFIG
94HOME = $SERVICEHOME
95HOSTNAME = localhost
96PORT = 12195 13PORT = 12195
97UNIXPATH = /tmp/gnunet-p2-service-arm.sock 14UNIXPATH = /tmp/gnunet-p2-service-arm.sock
98 15
99[TESTING] 16[statistics]
100WEAKRANDOM = YES 17PORT = 12194
101 18UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
102[gnunetd]
103HOSTKEY = $SERVICEHOME/.hostkey
104
105[PATHS]
106SERVICEHOME = /tmp/test-transport/api-http-p2/
107
108
109[dht]
110AUTOSTART = NO
111
112[mesh]
113AUTOSTART = NO
114
115
116[dns]
117AUTOSTART = NO
118 19
20[resolver]
21PORT = 12193
22UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
119 23
24[peerinfo]
25PORT = 12192
26UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
120 27
121[nse] 28[transport]
122AUTOSTART = NO 29PORT = 12191
30PLUGINS = http
31UNIXPATH = /tmp/gnunet-p2-service-transport.sock
123 32
124 33