start fewer FS probes concurrently, run them all in the same task to avoid undue...
[oweals/gnunet.git] / src / fs / test_fs_defaults.conf
1 @INLINE@ ../../contrib/no_forcestart.conf
2
3 [PATHS]
4 GNUNET_TEST_HOME = /tmp/gnunet-test-fs-lib/
5
6 [resolver]
7 PORT = 4364
8 HOSTNAME = localhost
9
10 [transport]
11 PORT = 4365
12 PLUGINS = tcp
13
14 [nat]
15 DISABLEV6 = YES
16 ENABLE_UPNP = NO
17 BEHIND_NAT = NO
18 ALLOW_NAT = NO
19 INTERNAL_ADDRESS = 127.0.0.1
20 EXTERNAL_ADDRESS = 127.0.0.1
21 USE_LOCALADDR = YES
22 RETURN_LOCAL_ADDRESSES = YES
23
24 [arm]
25 PORT = 4366
26 HOSTNAME = localhost
27
28 [datastore]
29 QUOTA = 100 MB
30
31 [statistics]
32 PORT = 4367
33 HOSTNAME = localhost
34
35 [transport-tcp]
36 BINDTO = 127.0.0.1
37 PORT = 4368
38
39 [peerinfo]
40 PORT = 4369
41 HOSTNAME = localhost
42 NO_IO = YES
43
44 [ats]
45 WAN_QUOTA_IN = 65536
46 WAN_QUOTA_OUT = 65536
47
48 [core]
49 PORT = 4370
50 HOSTNAME = localhost
51
52 [fs]
53 PORT = 4371
54 HOSTNAME = localhost
55 CONTENT_CACHING = YES
56 CONTENT_PUSHING = YES
57 DELAY = YES
58 # PREFIX = valgrind --leak-check=full
59
60 [testing]
61 WEAKRANDOM = YES
62
63 [dhtcache]
64 QUOTA=65536
65 DATABASE=heap
66
67 [dns]
68 AUTOSTART = NO
69
70 [nse]
71 AUTOSTART = NO
72
73 [dv]
74 AUTOSTART = NO
75
76 [chat]
77 AUTOSTART = NO
78
79 [gns]
80 AUTOSTART = NO
81
82 [vpn]
83 AUTOSTART = NO
84
85 [namestore]
86 AUTOSTART = NO
87
88 [consensus]
89 AUTOSTART = NO
90
91 [cadet]
92 REFRESH_PATH_TIME = 30 min
93