- clean up gns rest api
[oweals/gnunet.git] / src / fs / test_fs_download_data.conf
index 41678142c8b838542f8a2d4377f01f942c180e7b..cb0f8ede1521fc4030818e313e02f52776deffbd 100644 (file)
@@ -1,42 +1,10 @@
+@INLINE@ test_fs_defaults.conf
 [PATHS]
-SERVICEHOME = /tmp/gnunet-test-fs-download/
-DEFAULTCONFIG = test_fs_download_data.conf
+GNUNET_TEST_HOME = /tmp/gnunet-test-fs-download/
 
-[gnunetd]
-HOSTKEY = $SERVICEHOME/.hostkey
+[download-test]
+# set to 'YES' to test non-anonymous download
+USE_STREAM = NO
 
-[resolver]
-PORT = 42464
-HOSTNAME = localhost
-
-[transport]
-PORT = 42465
-PLUGINS = 
-
-[arm]
-PORT = 42466
-HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore transport core fs
-
-[datastore]
-DEBUG = YES
-
-[statistics]
-PORT = 42467
-HOSTNAME = localhost
-
-[peerinfo]
-PORT = 42469
-HOSTNAME = localhost
-
-[core]
-PORT = 42470
-HOSTNAME = localhost
-
-[fs]
-PORT = 42471
-HOSTNAME = localhost
-DEBUG = YES
-
-[testing]
-WEAKRANDOM = YES
+# set to 'YES' to use indexing
+USE_INDEX = NO
\ No newline at end of file