-adding single file for testing without autostarts above core level
[oweals/gnunet.git] / src / gns / test_gns_defaults.conf
1 @INLINE@ ../../contrib/no_forcestart.conf
2 @INLINE@ ../../contrib/no_autostart_above_core.conf
3
4 [PATHS]
5 GNUNET_TEST_HOME = /tmp/test-gnunet-gns-testing/
6
7 [namestore-sqlite]
8 FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
9
10 [namecache-sqlite]
11 FILENAME=$GNUNET_TEST_HOME/namecache/namecache.db
12
13 [identity]
14 # Directory where we store information about our egos
15 EGODIR = $GNUNET_TEST_HOME/identity/egos/
16
17 [dhtcache]
18 DATABASE = heap
19
20 [transport]
21 PLUGINS = tcp
22
23 [transport-tcp]
24 BINDTO = 127.0.0.1
25