Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / dht / test_dht_tools.conf
1 [dhtcache]
2 QUOTA = 1 MB
3 DATABASE = heap
4
5 [transport]
6 PLUGINS = tcp
7 ACCEPT_FROM6 = ::1;
8 ACCEPT_FROM = 127.0.0.1;
9 NEIGHBOUR_LIMIT = 50
10 PORT = 12365
11
12 [ats]
13 WAN_QUOTA_IN = 1 GB
14 WAN_QUOTA_OUT = 1 GB
15
16 [transport-tcp]
17 TIMEOUT = 300 s
18 BINDTO = 127.0.0.1
19
20 [PATHS]
21 GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-dht-peer-1/
22
23 [nat]
24 DISABLEV6 = YES
25 ENABLE_UPNP = NO
26 BEHIND_NAT = NO
27 ALLOW_NAT = NO
28 INTERNAL_ADDRESS = 127.0.0.1
29 EXTERNAL_ADDRESS = 127.0.0.1
30 USE_LOCALADDR = NO
31
32 [dht]
33 START_ON_DEMAND = YES
34 FORCESTART = YES
35
36 [nse]
37 START_ON_DEMAND = YES
38 WORKBITS = 1
39 # Configuration to disable autostarting of
40 # all services above the 'core' level.
41 # (including resolver)
42
43 [dns]
44 START_ON_DEMAND = NO
45
46 [cadet]
47 START_ON_DEMAND = NO
48
49 [datastore]
50 START_ON_DEMAND = NO
51
52 [fs]
53 START_ON_DEMAND = NO
54
55 [dv]
56 START_ON_DEMAND = NO
57
58 [vpn]
59 START_ON_DEMAND = NO
60
61 [consensus]
62 START_ON_DEMAND = NO
63
64 [resolver]
65 START_ON_DEMAND = NO
66
67 [namestore]
68 START_ON_DEMAND = NO
69
70 [namecache]
71 START_ON_DEMAND = NO
72
73 [identity]
74 START_ON_DEMAND = NO
75
76 [revocation]
77 START_ON_DEMAND = NO
78
79 [conversation]
80 START_ON_DEMAND = NO
81
82 [peerstore]
83 START_ON_DEMAND = NO
84
85 [psycstore]
86 START_ON_DEMAND = NO
87
88 [gns]
89 START_ON_DEMAND = NO
90
91 [regex]
92 START_ON_DEMAND = NO
93
94 [set]
95 START_ON_DEMAND = NO
96
97 [scalarproduct-bob]
98 START_ON_DEMAND = NO
99
100 [scalarproduct-alice]
101 START_ON_DEMAND = NO
102
103 [social]
104 START_ON_DEMAND = NO
105
106 [psyc]
107 START_ON_DEMAND = NO
108
109 [rps]
110 START_ON_DEMAND = NO
111
112 [multicast]
113 START_ON_DEMAND = NO
114
115 [sensordashboard]
116 START_ON_DEMAND = NO
117
118 [sensor]
119 START_ON_DEMAND = 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]
129 FORCESTART = NO
130
131 [fs]
132 FORCESTART = NO
133
134 [dht]
135 FORCESTART = NO
136
137 [cadet]
138 FORCESTART = NO
139
140 [nse]
141 FORCESTART = NO
142 WORKBITS = 0
143
144 [revocation]
145 FORCESTART = NO
146
147 [topology]
148 FORCESTART = NO
149
150 [hostlist]
151 FORCESTART = NO
152
153 [gns]
154 FORCESTART = NO
155
156 [zonemaster]
157 FORCESTART = NO