no more allow shutdown
[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 TIMEOUT = 300000
33 #PORT = 43468
34 #DEBUG = YES
35
36 [peerinfo]
37 PORT = 43469
38 HOSTNAME = localhost
39
40 [core]
41 PORT = 43470
42 HOSTNAME = localhost
43 #TOTAL_QUOTA_IN = 9321
44 #TOTAL_QUOTA_OUT = 9321
45 TOTAL_QUOTA_IN = 3932160
46 TOTAL_QUOTA_OUT = 3932160
47 # DEBUG = YES
48 #PREFIX = valgrind --tool=memcheck --leak-check=yes
49 #BINARY = /home/grothoff/bin/gnunet-service-core
50
51 [fs]
52 PORT = 43471
53 HOSTNAME = localhost
54 #OPTIONS = -L DEBUG
55 # DEBUG = YES
56 #PREFIX = valgrind --tool=memcheck --leak-check=yes
57 #BINARY = /home/grothoff/bin/gnunet-service-fs
58 #PREFIX = xterm -e gdb -x cmd --args 
59
60 [testing]
61 WEAKRANDOM = YES