aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api_peer1.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-21 08:13:49 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-21 08:13:49 +0000
commitfa30930ecac34592d32c949eed359bbe2a124a9d (patch)
tree2285414fe94cf920df56cd150508fe6112257969 /src/dht/test_dht_api_peer1.conf
parent3eee645835d7ae3f2fbe838cd2af55836b3997ae (diff)
downloadgnunet-fa30930ecac34592d32c949eed359bbe2a124a9d.tar.gz
gnunet-fa30930ecac34592d32c949eed359bbe2a124a9d.zip
use defaults
Diffstat (limited to 'src/dht/test_dht_api_peer1.conf')
-rw-r--r--src/dht/test_dht_api_peer1.conf28
1 files changed, 1 insertions, 27 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index d816424d6..013c15ac6 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -1,21 +1,11 @@
1[fs] 1[fs]
2ACCEPT_FROM6 = ::1; 2AUTOSTART = NO
3ACCEPT_FROM = 127.0.0.1;
4BINARY = gnunet-service-fs
5CONFIG = $DEFAULTCONFIG
6HOME = $SERVICEHOME
7HOSTNAME = localhost
8PORT = 2094
9INDEXDB = $SERVICEHOME/idxinfo.lst
10 3
11[dht] 4[dht]
12DEBUG = NO 5DEBUG = NO
13AUTOSTART = YES 6AUTOSTART = YES
14ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
15ACCEPT_FROM = 127.0.0.1; 8ACCEPT_FROM = 127.0.0.1;
16BINARY = gnunet-service-dht
17CONFIG = $DEFAULTCONFIG
18HOME = $SERVICEHOME
19HOSTNAME = localhost 9HOSTNAME = localhost
20PORT = 2100 10PORT = 2100
21 11
@@ -29,31 +19,15 @@ DEBUG = NO
29ACCEPT_FROM6 = ::1; 19ACCEPT_FROM6 = ::1;
30ACCEPT_FROM = 127.0.0.1; 20ACCEPT_FROM = 127.0.0.1;
31NEIGHBOUR_LIMIT = 50 21NEIGHBOUR_LIMIT = 50
32BINARY = gnunet-service-transport
33CONFIG = $DEFAULTCONFIG
34HOME = $SERVICEHOME
35HOSTNAME = localhost
36PORT = 12365 22PORT = 12365
37 23
38[core] 24[core]
39TOTAL_QUOTA_OUT = 3932160 25TOTAL_QUOTA_OUT = 3932160
40TOTAL_QUOTA_IN = 3932160 26TOTAL_QUOTA_IN = 3932160
41ACCEPT_FROM6 = ::1;
42ACCEPT_FROM = 127.0.0.1;
43BINARY = gnunet-service-core
44CONFIG = $DEFAULTCONFIG
45HOME = $SERVICEHOME
46HOSTNAME = localhost
47PORT = 12092 27PORT = 12092
48 28
49[arm] 29[arm]
50DEFAULTSERVICES = 30DEFAULTSERVICES =
51ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1;
53BINARY = gnunet-service-arm
54CONFIG = $DEFAULTCONFIG
55HOME = $SERVICEHOME
56HOSTNAME = localhost
57PORT = 12366 31PORT = 12366
58DEBUG = YES 32DEBUG = YES
59 33