add logic to handle SRV/DANE names (#3003 and 2526) in GNS resolver
[oweals/gnunet.git] / src / gns / test_gns_defaults.conf
index b863fc98f7c6d02b6546e850c48806d713f19cbb..e02c803b93f1d5a88bc53db700236c5bcf33e545 100644 (file)
@@ -4,6 +4,13 @@ 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
 
@@ -19,7 +26,7 @@ AUTOSTART = NO
 [nse]
 AUTOSTART = NO
 
-[mesh]
+[cadet]
 AUTOSTART = NO
 
 [datastore]