-removing useless code
[oweals/gnunet.git] / src / fs / test_fs_defaults.conf
1 [PATHS]
2 SERVICEHOME = /tmp/gnunet-test-fs-lib/
3
4 [gnunetd]
5 HOSTKEY = $SERVICEHOME/.hostkey
6
7 [resolver]
8 PORT = 4364
9 HOSTNAME = localhost
10
11 [transport]
12 PORT = 4365
13 PLUGINS = tcp
14
15 [nat]
16 DISABLEV6 = YES
17 ENABLE_UPNP = NO
18 BEHIND_NAT = NO
19 ALLOW_NAT = NO
20 INTERNAL_ADDRESS = 127.0.0.1
21 EXTERNAL_ADDRESS = 127.0.0.1
22 USE_LOCALADDR = YES
23 RETURN_LOCAL_ADDRESSES = YES
24
25 [arm]
26 PORT = 4366
27 HOSTNAME = localhost
28 DEFAULTSERVICES = fs
29
30 [datastore]
31 QUOTA = 100 MB
32
33 [statistics]
34 PORT = 4367
35 HOSTNAME = localhost
36
37 [transport-tcp]
38 BINDTO = 127.0.0.1
39 PORT = 4368
40
41 [peerinfo]
42 PORT = 4369
43 HOSTNAME = localhost
44 NO_IO = YES
45
46 [ats]
47 WAN_QUOTA_IN = 65536
48 WAN_QUOTA_OUT = 65536
49
50 [core]
51 PORT = 4370
52 HOSTNAME = localhost
53
54 [fs]
55 PORT = 4371
56 HOSTNAME = localhost
57 CONTENT_CACHING = YES
58 CONTENT_PUSHING = YES
59 DELAY = YES
60
61 [testing]
62 WEAKRANDOM = YES
63
64 [testing_old]
65 HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
66
67 [dhtcache]
68 QUOTA=65536
69 DATABASE=heap
70
71 [dns]
72 AUTOSTART = NO
73
74 [nse]
75 AUTOSTART = NO
76
77 [dv]
78 AUTOSTART = NO
79
80 [chat]
81 AUTOSTART = NO
82
83 [gns]
84 AUTOSTART = NO
85
86 [vpn]
87 AUTOSTART = NO
88
89 [namestore]
90 AUTOSTART = NO
91
92 [consensus]
93 AUTOSTART = NO