novalg
[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
25 [statistics]
26 PORT = 43467
27 HOSTNAME = localhost
28
29 [transport-tcp]
30 ALLOW_SHUTDOWN = NO
31 TIMEOUT = 300000
32 #PORT = 43468
33
34 [peerinfo]
35 PORT = 43469
36 HOSTNAME = localhost
37
38 [core]
39 PORT = 43470
40 HOSTNAME = localhost
41 #TOTAL_QUOTA_IN = 3932160
42 #TOTAL_QUOTA_OUT = 3932160
43 DEBUG = YES
44
45 [fs]
46 PORT = 43471
47 HOSTNAME = localhost
48 DEBUG = YES
49 #PREFIX = valgrind --tool=memcheck --leak-check=yes
50 #BINARY = /home/grothoff/bin/gnunet-service-fs
51 #PREFIX = xterm -e gdb -x cmd --args 
52
53 [testing]
54 WEAKRANDOM = YES