add logic to handle SRV/DANE names (#3003 and 2526) in GNS resolver
[oweals/gnunet.git] / src / gns / test_gns_defaults.conf
index f2ce34e2b207e1592751cb6776072f6e5ee80b72..e02c803b93f1d5a88bc53db700236c5bcf33e545 100644 (file)
@@ -1,55 +1,32 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunet-testing/
+GNUNET_TEST_HOME = /tmp/test-gnunet-gns-testing/
 
-[resolver]
-PORT = 2564
+[namestore-sqlite]
+FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
 
-[transport]
-PORT = 2565
-PLUGINS = tcp
+[namecache-sqlite]
+FILENAME=$GNUNET_TEST_HOME/namecache/namecache.db
 
-[arm]
-PORT = 2566
-DEFAULTSERVICES = 
+[identity]
+# Directory where we store information about our egos
+EGODIR = $GNUNET_TEST_HOME/identity/egos/
 
-[statistics]
-PORT = 2567
+[dhtcache]
+DATABASE = heap
+
+[transport]
+PLUGINS = tcp
 
 [transport-tcp]
-PORT = 2568
 BINDTO = 127.0.0.1
 
-[peerinfo]
-PORT = 2569
-
-[core]
-PORT = 2570
-
-[testing]
-NUM_PEERS = 5
-WEAKRANDOM = YES
-F2F = YES
-HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
-
-[dht]
-AUTOSTART = NO
-
-[nat]
-DISABLEV6 = YES
-ENABLE_UPNP = NO
-BEHIND_NAT = NO
-ALLOW_NAT = NO
-INTERNAL_ADDRESS = 127.0.0.1
-EXTERNAL_ADDRESS = 127.0.0.1
-USE_LOCALADDR = NO
-
 [dns]
 AUTOSTART = NO
 
 [nse]
 AUTOSTART = NO
 
-[mesh]
+[cadet]
 AUTOSTART = NO
 
 [datastore]
@@ -61,8 +38,8 @@ AUTOSTART = NO
 [dv]
 AUTOSTART = NO
 
-[chat]
+[vpn]
 AUTOSTART = NO
 
-[vpn]
+[consensus]
 AUTOSTART = NO