hxing typemap
[oweals/gnunet.git] / src / core / test_core_defaults.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-core/
3 DEFAULTCONFIG = test_core_defaults.conf
4
5 [arm]
6 DEFAULTSERVICES = 
7
8 [nat]
9 DISABLEV6 = YES
10 ENABLE_UPNP = NO
11 BEHIND_NAT = NO
12 ALLOW_NAT = NO
13 INTERNAL_ADDRESS = 127.0.0.1
14 EXTERNAL_ADDRESS = 127.0.0.1
15 USE_LOCALADDR = NO
16
17 [core]
18 PORT = 12470
19 UNIXPATH = /tmp/gnunet-p1-service-core.sock
20 TOTAL_QUOTA_IN = 655360000
21 TOTAL_QUOTA_OUT = 655360000
22
23 [transport-tcp]
24 BINDTO = 127.0.0.1
25
26 [testing]
27 WEAKRANDOM = YES
28
29 [fs]
30 AUTOSTART = NO
31
32 [datastore]
33 AUTOSTART = NO
34
35 [dht]
36 AUTOSTART = NO
37
38 [mesh]
39 AUTOSTART = NO
40
41 [dns]
42 AUTOSTART = NO
43
44 [nse]
45 AUTOSTART = NO