- rename also contents of config files, update config files
[oweals/gnunet.git] / src / gns / test_gns_defaults.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/test-gnunet-gns-testing/
3
4 [namestore-sqlite]
5 FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
6
7 [namecache-sqlite]
8 FILENAME=$GNUNET_TEST_HOME/namecache/namecache.db
9
10 [identity]
11 # Directory where we store information about our egos
12 EGODIR = $GNUNET_TEST_HOME/identity/egos/
13
14 [dhtcache]
15 DATABASE = heap
16
17 [transport]
18 PLUGINS = tcp
19
20 [transport-tcp]
21 BINDTO = 127.0.0.1
22
23 [dns]
24 AUTOSTART = NO
25
26 [nse]
27 AUTOSTART = NO
28
29 [cadet]
30 AUTOSTART = NO
31
32 [datastore]
33 AUTOSTART = NO
34
35 [fs]
36 AUTOSTART = NO
37
38 [dv]
39 AUTOSTART = NO
40
41 [vpn]
42 AUTOSTART = NO
43
44 [consensus]
45 AUTOSTART = NO