aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_defaults.conf
blob: e02c803b93f1d5a88bc53db700236c5bcf33e545 (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
[PATHS]
GNUNET_TEST_HOME = /tmp/test-gnunet-gns-testing/

[namestore-sqlite]
FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db

[namecache-sqlite]
FILENAME=$GNUNET_TEST_HOME/namecache/namecache.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

[cadet]
AUTOSTART = NO

[datastore]
AUTOSTART = NO

[fs]
AUTOSTART = NO

[dv]
AUTOSTART = NO

[vpn]
AUTOSTART = NO

[consensus]
AUTOSTART = NO