nocpp
[oweals/gnunet.git] / src / monkey / test_gnunet_monkey_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunetd-arm/
3 DEFAULTCONFIG = test_arm_api_data.conf
4
5 [arm]
6 PORT = 23354
7 DEFAULTSERVICES =
8 BINARY = gnunet-service-arm
9 OPTIONS = -L ERROR
10 # DEBUG = YES
11 #PREFIX = valgrind --tool=memcheck --leak-check=yes
12
13 [gnunet-monkey]
14 # DEBUG = YES
15 PORT = 23355
16 BINARY = gnunet-monkey
17 # PREFIX = valgrind
18
19
20 [fs]
21 AUTOSTART = NO
22
23 [datastore]
24 AUTOSTART = NO
25
26 [core]
27 AUTOSTART = NO
28
29 [transport]
30 AUTOSTART = NO
31
32 [peerinfo]
33 AUTOSTART = NO
34
35 [statistics]
36 AUTOSTART = YES
37 # DEBUG = NO
38