RECLAIM: refactoring; cleanup
[oweals/gnunet.git] / src / gns / test_gns_defaults.conf
index b863fc98f7c6d02b6546e850c48806d713f19cbb..80a2f3c44d4a39998b40641a55a06992a01d61c8 100644 (file)
@@ -1,9 +1,16 @@
 [PATHS]
-GNUNET_TEST_HOME = /tmp/test-gnunet-gns-testing/
+GNUNET_TEST_HOME = $GNUNET_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
 
@@ -13,26 +20,15 @@ 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
+IMMEDIATE_START = NO
+START_ON_DEMAND = NO
 
-[vpn]
-AUTOSTART = NO
+[rps]
+IMMEDIATE_START = NO
+START_ON_DEMAND = NO
 
-[consensus]
-AUTOSTART = NO
+[topology]
+IMMEDIATE_START = NO
+START_ON_DEMAND = NO