aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api_peer1.conf
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-23 15:51:43 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-23 15:51:43 +0000
commit5ae985135268e8fe5a731f877ad5ddb3c854a708 (patch)
treea13e997975b20200cb4c040d4d36c2d25aa1f609 /src/dht/test_dht_api_peer1.conf
parent4377ade158e5b6d0e60c3ad1eae2ae74d892d973 (diff)
downloadgnunet-5ae985135268e8fe5a731f877ad5ddb3c854a708.tar.gz
gnunet-5ae985135268e8fe5a731f877ad5ddb3c854a708.zip
someone changed how services start and didn't tell the dht testcase
Diffstat (limited to 'src/dht/test_dht_api_peer1.conf')
-rw-r--r--src/dht/test_dht_api_peer1.conf65
1 files changed, 2 insertions, 63 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 33ca838f3..c02567efd 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -8,23 +8,9 @@ HOSTNAME = localhost
8PORT = 2094 8PORT = 2094
9INDEXDB = $SERVICEHOME/idxinfo.lst 9INDEXDB = $SERVICEHOME/idxinfo.lst
10 10
11[datastore-sqlite]
12FILENAME = $SERVICEHOME/datastore/sqlite.db
13
14[datastore]
15DATABASE = sqlite
16BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
17QUOTA = 100000000
18ACCEPT_FROM6 = ::1;
19ACCEPT_FROM = 127.0.0.1;
20BINARY = gnunet-service-datastore
21CONFIG = $DEFAULTCONFIG
22HOME = $SERVICEHOME
23HOSTNAME = localhost
24PORT = 2093
25
26[dht] 11[dht]
27DEBUG = NO 12DEBUG = NO
13AUTOSTART = YES
28ACCEPT_FROM6 = ::1; 14ACCEPT_FROM6 = ::1;
29ACCEPT_FROM = 127.0.0.1; 15ACCEPT_FROM = 127.0.0.1;
30BINARY = gnunet-service-dht 16BINARY = gnunet-service-dht
@@ -40,25 +26,6 @@ PORT = 2100
40QUOTA = 1000000 26QUOTA = 1000000
41DATABASE = sqlite 27DATABASE = sqlite
42 28
43[hostlist]
44HTTP-PROXY =
45SERVERS = http://gnunet.org:8080/
46OPTIONS = -b
47BINARY = gnunet-daemon-hostlist
48CONFIG = $DEFAULTCONFIG
49HOME = $SERVICEHOME
50HOSTNAME = localhost
51HTTPPORT = 8080
52
53[topology]
54BINARY = gnunet-daemon-topology
55CONFIG = $DEFAULTCONFIG
56FRIENDS = $SERVICEHOME/friends
57TARGET-CONNECTION-COUNT = 16
58AUTOCONNECT = YES
59FRIENDS-ONLY = NO
60MINIMUM-FRIENDS = 0
61
62[transport] 29[transport]
63PLUGINS = tcp 30PLUGINS = tcp
64DEBUG = NO 31DEBUG = NO
@@ -73,35 +40,6 @@ HOME = $SERVICEHOME
73HOSTNAME = localhost 40HOSTNAME = localhost
74PORT = 12365 41PORT = 12365
75 42
76[peerinfo]
77TRUST = $SERVICEHOME/data/credit/
78HOSTS = $SERVICEHOME/data/hosts/
79ACCEPT_FROM6 = ::1;
80ACCEPT_FROM = 127.0.0.1;
81BINARY = gnunet-service-peerinfo
82CONFIG = $DEFAULTCONFIG
83HOME = $SERVICEHOME
84HOSTNAME = localhost
85PORT = 12369
86
87[resolver]
88ACCEPT_FROM6 = ::1;
89ACCEPT_FROM = 127.0.0.1;
90BINARY = gnunet-service-resolver
91CONFIG = $DEFAULTCONFIG
92HOME = $SERVICEHOME
93HOSTNAME = localhost
94PORT = 12364
95
96[statistics]
97ACCEPT_FROM6 = ::1;
98ACCEPT_FROM = 127.0.0.1;
99BINARY = gnunet-service-statistics
100CONFIG = $DEFAULTCONFIG
101HOME = $SERVICEHOME
102HOSTNAME = localhost
103PORT = 12367
104
105[core] 43[core]
106TOTAL_QUOTA_OUT = 3932160 44TOTAL_QUOTA_OUT = 3932160
107TOTAL_QUOTA_IN = 3932160 45TOTAL_QUOTA_IN = 3932160
@@ -122,6 +60,7 @@ CONFIG = $DEFAULTCONFIG
122HOME = $SERVICEHOME 60HOME = $SERVICEHOME
123HOSTNAME = localhost 61HOSTNAME = localhost
124PORT = 12366 62PORT = 12366
63DEBUG = YES
125 64
126[transport-tcp] 65[transport-tcp]
127TIMEOUT = 300000 66TIMEOUT = 300000