convert fs_list_indexed to MQ API
[oweals/gnunet.git] / src / fs / test_fs_defaults.conf
index a2b111181985306fb36a60add4a97f96996319d3..4d8ff44229618b20543015ca178f4ca53ae81553 100644 (file)
@@ -1,16 +1,9 @@
-[PATHS]
-SERVICEHOME = /tmp/gnunet-test-fs-lib/
-DEFAULTCONFIG = fs_test_lib_data.conf
-
-[gnunetd]
-HOSTKEY = $SERVICEHOME/.hostkey
+@INLINE@ ../../contrib/no_forcestart.conf
 
-[resolver]
-PORT = 43464
-HOSTNAME = localhost
+[PATHS]
+GNUNET_TEST_HOME = /tmp/gnunet-test-fs-lib/
 
 [transport]
-PORT = 43465
 PLUGINS = tcp
 
 [nat]
@@ -20,57 +13,33 @@ BEHIND_NAT = NO
 ALLOW_NAT = NO
 INTERNAL_ADDRESS = 127.0.0.1
 EXTERNAL_ADDRESS = 127.0.0.1
-USE_LOCALADDR = NO
-
-[arm]
-PORT = 43466
-HOSTNAME = localhost
-DEFAULTSERVICES = fs
+USE_LOCALADDR = YES
+RETURN_LOCAL_ADDRESSES = YES
 
 [datastore]
 QUOTA = 100 MB
 
-[statistics]
-PORT = 43467
-HOSTNAME = localhost
-
 [transport-tcp]
 BINDTO = 127.0.0.1
-PORT = 43468
+PORT = 4368
 
 [peerinfo]
-PORT = 43469
-HOSTNAME = localhost
+NO_IO = YES
 
-[core]
-PORT = 43470
-HOSTNAME = localhost
-TOTAL_QUOTA_IN = 65536
-TOTAL_QUOTA_OUT = 65536
+[ats]
+WAN_QUOTA_IN = 65536
+WAN_QUOTA_OUT = 65536
 
 [fs]
-PORT = 43471
-HOSTNAME = localhost
 CONTENT_CACHING = YES
 CONTENT_PUSHING = YES
 DELAY = YES
-
-[testing]
-WEAKRANDOM = YES
-HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
+# PREFIX = valgrind --leak-check=full
 
 [dhtcache]
 QUOTA=65536
-DATABASE=sqlite
-
-[mesh]
-AUTOSTART = NO
-
-[dns]
-AUTOSTART = NO
+DATABASE=heap
 
-[nse]
-AUTOSTART = NO
+[cadet]
+REFRESH_PATH_TIME = 30 min
 
-[dv]
-AUTOSTART = NO
\ No newline at end of file