aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_defaults.conf
blob: b3b74509589b38560a894105406d57bf4836407a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[PATHS]
SERVICEHOME = /tmp/test-gnunet-core/
DEFAULTCONFIG = test_core_defaults.conf

[arm]
DEFAULTSERVICES = 

[nat]
DISABLEV6 = YES
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1
USE_LOCALADDR = NO

[core]
PORT = 12470
UNIXPATH = /tmp/gnunet-p1-service-core.sock
TOTAL_QUOTA_IN = 655360000
TOTAL_QUOTA_OUT = 655360000

[transport-tcp]
BINDTO = 127.0.0.1

[testing]
WEAKRANDOM = YES

[fs]
AUTOSTART = NO

[datastore]
AUTOSTART = NO

[dht]
AUTOSTART = NO

[mesh]
AUTOSTART = NO

[dns]
AUTOSTART = NO

[nse]
AUTOSTART = NO

[dv]
AUTOSTART = NO