simplifying configs with includes
[oweals/gnunet.git] / src / fs / test_fs_defaults.conf
1 [PATHS]
2 SERVICEHOME = /tmp/gnunet-test-fs-lib/
3 DEFAULTCONFIG = fs_test_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
16 [nat]
17 DISABLEV6 = YES
18 ENABLE_UPNP = NO
19 BEHIND_NAT = NO
20 ALLOW_NAT = NO
21 INTERNAL_ADDRESS = 127.0.0.1
22 EXTERNAL_ADDRESS = 127.0.0.1
23 USE_LOCALADDR = NO
24
25 [arm]
26 PORT = 43466
27 HOSTNAME = localhost
28 DEFAULTSERVICES = fs
29
30 [datastore]
31 QUOTA = 100000000
32
33 [statistics]
34 PORT = 43467
35 HOSTNAME = localhost
36
37 [transport-tcp]
38 BINDTO = 127.0.0.1
39 PORT = 43468
40
41 [peerinfo]
42 PORT = 43469
43 HOSTNAME = localhost
44
45 [core]
46 PORT = 43470
47 HOSTNAME = localhost
48 TOTAL_QUOTA_IN = 65536
49 TOTAL_QUOTA_OUT = 65536
50
51 [fs]
52 PORT = 43471
53 HOSTNAME = localhost
54 CONTENT_CACHING = YES
55 CONTENT_PUSHING = YES
56 DELAY = YES
57
58 [testing]
59 WEAKRANDOM = YES
60 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
61
62 [dhtcache]
63 QUOTA=65536
64 DATABASE=sqlite
65
66 [mesh]
67 AUTOSTART = NO
68
69 [dns]
70 AUTOSTART = NO
71
72 [nse]
73 AUTOSTART = NO