X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Ftest_fs_defaults.conf;h=4d8ff44229618b20543015ca178f4ca53ae81553;hb=2a313fb65fe21e5ac6a1ef268fdf43c2ba46a330;hp=f71a1206185db473c205df561c501534bc60fc26;hpb=29c724d2a7764f83fe846b418d09540348b86983;p=oweals%2Fgnunet.git diff --git a/src/fs/test_fs_defaults.conf b/src/fs/test_fs_defaults.conf index f71a12061..4d8ff4422 100644 --- a/src/fs/test_fs_defaults.conf +++ b/src/fs/test_fs_defaults.conf @@ -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 = 100000000 - -[statistics] -PORT = 43467 -HOSTNAME = localhost +QUOTA = 100 MB [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