fix
[oweals/gnunet.git] / src / fs / fs_test_lib_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/gnunet-test-fs-lib/
3 DEFAULTCONFIG = test_fs_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
36 [peerinfo]
37 PORT = 43469
38 HOSTNAME = localhost
39
40 [core]
41 PORT = 43470
42 HOSTNAME = localhost
43 #TOTAL_QUOTA_IN = 3932160
44 #TOTAL_QUOTA_OUT = 3932160
45 DEBUG = YES
46 #PREFIX = valgrind --tool=memcheck --leak-check=yes
47 #BINARY = /home/grothoff/bin/gnunet-service-core
48
49 [fs]
50 PORT = 43471
51 HOSTNAME = localhost
52 #DEBUG = YES
53 #PREFIX = valgrind --tool=memcheck --leak-check=yes
54 #BINARY = /home/grothoff/bin/gnunet-service-fs
55 #PREFIX = xterm -e gdb -x cmd --args 
56
57 [testing]
58 WEAKRANDOM = YES