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