fs hackery
[oweals/gnunet.git] / src / fs / fs_test_lib_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/gnunet-test-fs-lib/
3 DEFAULTCONFIG = fs_test_lib_data.conf
4
5 [gnunetd]
6 HOSTKEY = $SERVICEHOME/.hostkey
7
8 [resolver]
9 PORT = 43464
10 HOSTNAME = localhost
11
12 [transport]
13 PORT = 43465
14 PLUGINS = tcp
15 #DEBUG = YES
16
17 [arm]
18 PORT = 43466
19 HOSTNAME = localhost
20 DEFAULTSERVICES = resolver datastore transport core fs peerinfo
21
22 [datastore]
23 #DEBUG = YES
24 #PREFIX = valgrind --tool=memcheck --leak-check=yes
25 #BINARY = /home/grothoff/bin/gnunet-service-datastore
26
27 [statistics]
28 PORT = 43467
29 HOSTNAME = localhost
30
31 [transport-tcp]
32 ALLOW_SHUTDOWN = NO
33 TIMEOUT = 300000
34 #PORT = 43468
35 #DEBUG = YES
36
37 [peerinfo]
38 PORT = 43469
39 HOSTNAME = localhost
40
41 [core]
42 PORT = 43470
43 HOSTNAME = localhost
44 TOTAL_QUOTA_IN = 3932160
45 TOTAL_QUOTA_OUT = 3932160
46 #DEBUG = YES
47 #PREFIX = valgrind --tool=memcheck --leak-check=yes
48 #BINARY = /home/grothoff/bin/gnunet-service-core
49
50 [fs]
51 PORT = 43471
52 HOSTNAME = localhost
53 #OPTIONS = -L DEBUG
54 #DEBUG = YES
55 #PREFIX = valgrind --tool=memcheck --leak-check=yes
56 #BINARY = /home/grothoff/bin/gnunet-service-fs
57 #PREFIX = xterm -e gdb -x cmd --args 
58
59 [testing]
60 WEAKRANDOM = YES