aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_http_peer1.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-11 17:48:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-11 17:48:14 +0000
commitf25494a08e36b01073c72154ee6492aed8133d0c (patch)
treeec82c707f40d14a86e80241af7b53a6b5b054173 /src/transport/test_transport_api_http_peer1.conf
parentd52a709fd0e7b52e59a747c983dfd27ffbee335b (diff)
downloadgnunet-f25494a08e36b01073c72154ee6492aed8133d0c.tar.gz
gnunet-f25494a08e36b01073c72154ee6492aed8133d0c.zip
fixing configs
Diffstat (limited to 'src/transport/test_transport_api_http_peer1.conf')
-rw-r--r--src/transport/test_transport_api_http_peer1.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/transport/test_transport_api_http_peer1.conf b/src/transport/test_transport_api_http_peer1.conf
index 2f9e3425d..1e458c346 100644
--- a/src/transport/test_transport_api_http_peer1.conf
+++ b/src/transport/test_transport_api_http_peer1.conf
@@ -3,7 +3,6 @@
3DEBUG=YES 3DEBUG=YES
4 4
5[fs] 5[fs]
6ALLOW_SHUTDOWN = YES
7ACCEPT_FROM6 = ::1; 6ACCEPT_FROM6 = ::1;
8ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
9BINARY = gnunet-service-fs 8BINARY = gnunet-service-fs
@@ -20,7 +19,6 @@ FILENAME = $SERVICEHOME/datastore/sqlite.db
20DATABASE = sqlite 19DATABASE = sqlite
21BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 20BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
22QUOTA = 100000000 21QUOTA = 100000000
23ALLOW_SHUTDOWN = YES
24ACCEPT_FROM6 = ::1; 22ACCEPT_FROM6 = ::1;
25ACCEPT_FROM = 127.0.0.1; 23ACCEPT_FROM = 127.0.0.1;
26BINARY = gnunet-service-datastore 24BINARY = gnunet-service-datastore
@@ -53,7 +51,6 @@ PLUGINS = http
53DEBUG = YES 51DEBUG = YES
54#PREFIX = xterm -T transport2 -e gdb --command=cmd --args 52#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
55#PREFIX = valgrind --leak-check=full 53#PREFIX = valgrind --leak-check=full
56ALLOW_SHUTDOWN = YES
57ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
58ACCEPT_FROM = 127.0.0.1; 55ACCEPT_FROM = 127.0.0.1;
59NEIGHBOUR_LIMIT = 50 56NEIGHBOUR_LIMIT = 50
@@ -66,7 +63,6 @@ PORT = 12365
66[peerinfo] 63[peerinfo]
67TRUST = $SERVICEHOME/data/credit/ 64TRUST = $SERVICEHOME/data/credit/
68HOSTS = $SERVICEHOME/data/hosts/ 65HOSTS = $SERVICEHOME/data/hosts/
69ALLOW_SHUTDOWN = YES
70ACCEPT_FROM6 = ::1; 66ACCEPT_FROM6 = ::1;
71ACCEPT_FROM = 127.0.0.1; 67ACCEPT_FROM = 127.0.0.1;
72BINARY = gnunet-service-peerinfo 68BINARY = gnunet-service-peerinfo
@@ -76,7 +72,6 @@ HOSTNAME = localhost
76PORT = 12369 72PORT = 12369
77 73
78[resolver] 74[resolver]
79ALLOW_SHUTDOWN = YES
80ACCEPT_FROM6 = ::1; 75ACCEPT_FROM6 = ::1;
81ACCEPT_FROM = 127.0.0.1; 76ACCEPT_FROM = 127.0.0.1;
82BINARY = gnunet-service-resolver 77BINARY = gnunet-service-resolver
@@ -86,7 +81,6 @@ HOSTNAME = localhost
86PORT = 12364 81PORT = 12364
87 82
88[statistics] 83[statistics]
89ALLOW_SHUTDOWN = YES
90ACCEPT_FROM6 = ::1; 84ACCEPT_FROM6 = ::1;
91ACCEPT_FROM = 127.0.0.1; 85ACCEPT_FROM = 127.0.0.1;
92BINARY = gnunet-service-statistics 86BINARY = gnunet-service-statistics
@@ -97,7 +91,6 @@ PORT = 12367
97 91
98[arm] 92[arm]
99DEFAULTSERVICES = 93DEFAULTSERVICES =
100ALLOW_SHUTDOWN = YES
101ACCEPT_FROM6 = ::1; 94ACCEPT_FROM6 = ::1;
102ACCEPT_FROM = 127.0.0.1; 95ACCEPT_FROM = 127.0.0.1;
103BINARY = gnunet-service-arm 96BINARY = gnunet-service-arm
@@ -107,7 +100,6 @@ HOSTNAME = localhost
107PORT = 12366 100PORT = 12366
108 101
109[transport-tcp] 102[transport-tcp]
110ALLOW_SHUTDOWN = NO
111TIMEOUT = 300000 103TIMEOUT = 300000
112PORT = 12368 104PORT = 12368
113 105