aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.conf
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-01-22 14:56:59 +0100
committerPhil <phil.buschmann@tum.de>2018-01-22 14:56:59 +0100
commita67bd3630046d3a52195a13cbd4b4631c283d68d (patch)
treeb8936d63f6c511248870d25646657634925c76f7 /src/dht/test_dht_tools.conf
parent5cc1e5ae920bac7f22d8a684bbea210d60788d48 (diff)
parente22c9d7e579210f39008923937e15b45fb226319 (diff)
downloadgnunet-a67bd3630046d3a52195a13cbd4b4631c283d68d.tar.gz
gnunet-a67bd3630046d3a52195a13cbd4b4631c283d68d.zip
-merge branch 'master' into identity_oidc
Diffstat (limited to 'src/dht/test_dht_tools.conf')
-rw-r--r--src/dht/test_dht_tools.conf157
1 files changed, 157 insertions, 0 deletions
diff --git a/src/dht/test_dht_tools.conf b/src/dht/test_dht_tools.conf
new file mode 100644
index 000000000..9306c5dc9
--- /dev/null
+++ b/src/dht/test_dht_tools.conf
@@ -0,0 +1,157 @@
1[dhtcache]
2QUOTA = 1 MB
3DATABASE = heap
4
5[transport]
6PLUGINS = tcp
7ACCEPT_FROM6 = ::1;
8ACCEPT_FROM = 127.0.0.1;
9NEIGHBOUR_LIMIT = 50
10PORT = 12365
11
12[ats]
13WAN_QUOTA_IN = 1 GB
14WAN_QUOTA_OUT = 1 GB
15
16[transport-tcp]
17TIMEOUT = 300 s
18BINDTO = 127.0.0.1
19
20[PATHS]
21GNUNET_TEST_HOME = /tmp/test-gnunet-dht-peer-1/
22
23[nat]
24DISABLEV6 = YES
25ENABLE_UPNP = NO
26BEHIND_NAT = NO
27ALLOW_NAT = NO
28INTERNAL_ADDRESS = 127.0.0.1
29EXTERNAL_ADDRESS = 127.0.0.1
30USE_LOCALADDR = NO
31
32[dht]
33AUTOSTART = YES
34FORCESTART = YES
35
36[nse]
37AUTOSTART = YES
38WORKBITS = 1
39# Configuration to disable autostarting of
40# all services above the 'core' level.
41# (including resolver)
42
43[dns]
44AUTOSTART = NO
45
46[cadet]
47AUTOSTART = NO
48
49[datastore]
50AUTOSTART = NO
51
52[fs]
53AUTOSTART = NO
54
55[dv]
56AUTOSTART = NO
57
58[vpn]
59AUTOSTART = NO
60
61[consensus]
62AUTOSTART = NO
63
64[resolver]
65AUTOSTART = NO
66
67[namestore]
68AUTOSTART = NO
69
70[namecache]
71AUTOSTART = NO
72
73[identity]
74AUTOSTART = NO
75
76[revocation]
77AUTOSTART = NO
78
79[conversation]
80AUTOSTART = NO
81
82[peerstore]
83AUTOSTART = NO
84
85[psycstore]
86AUTOSTART = NO
87
88[gns]
89AUTOSTART = NO
90
91[regex]
92AUTOSTART = NO
93
94[set]
95AUTOSTART = NO
96
97[scalarproduct-bob]
98AUTOSTART = NO
99
100[scalarproduct-alice]
101AUTOSTART = NO
102
103[social]
104AUTOSTART = NO
105
106[psyc]
107AUTOSTART = NO
108
109[rps]
110AUTOSTART = NO
111
112[multicast]
113AUTOSTART = NO
114
115[sensordashboard]
116AUTOSTART = NO
117
118[sensor]
119AUTOSTART = NO
120# Configuration file that can be included to prevent ANY of the usual
121# FORCESTART = YES to be set. Also disables NSE POW calculation.
122#
123# This configuration is included from various configuration test files.
124# Whenever a new service is added that has FORCESTART = YES for
125# production should be disabled for (most) test suites, the option should
126# be added here instead of all over the place ;-).
127
128[core]
129FORCESTART = NO
130
131[fs]
132FORCESTART = NO
133
134[dht]
135FORCESTART = NO
136
137[cadet]
138FORCESTART = NO
139
140[nse]
141FORCESTART = NO
142WORKBITS = 0
143
144[revocation]
145FORCESTART = NO
146
147[topology]
148FORCESTART = NO
149
150[hostlist]
151FORCESTART = NO
152
153[gns]
154FORCESTART = NO
155
156[zonemaster]
157FORCESTART = NO \ No newline at end of file