tolerate additional IPv4 address now available for gnunet.org
[oweals/gnunet.git] / src / gns / test_gns_defaults.conf
1 [PATHS]
2 GNUNET_TEST_HOME = $GNUNET_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
24 [fs]
25 IMMEDIATE_START = NO
26 START_ON_DEMAND = NO
27
28 [rps]
29 IMMEDIATE_START = NO
30 START_ON_DEMAND = NO
31
32 [topology]
33 IMMEDIATE_START = NO
34 START_ON_DEMAND = NO