diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-12-16 18:13:48 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-12-16 18:13:48 +0000 |
commit | b07d330616887801d7871f021a7d3a84f9116095 (patch) | |
tree | 8301864ed3a7a1d902a2bf5a14ca7e9a70195d08 /src/fs/test_fs_defaults.conf | |
parent | 6f6acd8bdacda326f4e966a7b88be0f57fec21a8 (diff) |
-simplify config
Diffstat (limited to 'src/fs/test_fs_defaults.conf')
-rw-r--r-- | src/fs/test_fs_defaults.conf | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/fs/test_fs_defaults.conf b/src/fs/test_fs_defaults.conf index a37c68938c..4d8ff44229 100644 --- a/src/fs/test_fs_defaults.conf +++ b/src/fs/test_fs_defaults.conf @@ -3,12 +3,7 @@ [PATHS] GNUNET_TEST_HOME = /tmp/gnunet-test-fs-lib/ -[resolver] -PORT = 4364 -HOSTNAME = localhost - [transport] -PORT = 4365 PLUGINS = tcp [nat] @@ -21,73 +16,30 @@ EXTERNAL_ADDRESS = 127.0.0.1 USE_LOCALADDR = YES RETURN_LOCAL_ADDRESSES = YES -[arm] -PORT = 4366 -HOSTNAME = localhost - [datastore] QUOTA = 100 MB -[statistics] -PORT = 4367 -HOSTNAME = localhost - [transport-tcp] BINDTO = 127.0.0.1 PORT = 4368 [peerinfo] -PORT = 4369 -HOSTNAME = localhost NO_IO = YES [ats] WAN_QUOTA_IN = 65536 WAN_QUOTA_OUT = 65536 -[core] -PORT = 4370 -HOSTNAME = localhost - [fs] -PORT = 4371 -HOSTNAME = localhost CONTENT_CACHING = YES CONTENT_PUSHING = YES DELAY = YES # PREFIX = valgrind --leak-check=full -[testing] -WEAKRANDOM = YES - [dhtcache] QUOTA=65536 DATABASE=heap -[dns] -AUTOSTART = NO - -[nse] -AUTOSTART = NO - -[dv] -AUTOSTART = NO - -[chat] -AUTOSTART = NO - -[gns] -AUTOSTART = NO - -[vpn] -AUTOSTART = NO - -[namestore] -AUTOSTART = NO - -[consensus] -AUTOSTART = NO - [cadet] REFRESH_PATH_TIME = 30 min |