blob: 27024f783ffae1e25da1922c346ef639a2abf7d9 (
plain)
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
|
[PATHS]
GNUNET_TEST_HOME = /tmp/test-gnunet-gns-testing/
[namestore-sqlite]
FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
[identity]
# Directory where we store information about our egos
EGODIR = $GNUNET_TEST_HOME/identity/egos/
[dhtcache]
DATABASE = heap
[transport]
PLUGINS = tcp
[transport-tcp]
BINDTO = 127.0.0.1
[dns]
AUTOSTART = NO
[nse]
AUTOSTART = NO
[mesh]
AUTOSTART = NO
[datastore]
AUTOSTART = NO
[fs]
AUTOSTART = NO
[dv]
AUTOSTART = NO
[vpn]
AUTOSTART = NO
[consensus]
AUTOSTART = NO
|