diff options
Diffstat (limited to 'src/topology/test_gnunet_daemon_topology_data.conf')
-rw-r--r-- | src/topology/test_gnunet_daemon_topology_data.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf index 0be8cd4..2a190ce 100644 --- a/src/topology/test_gnunet_daemon_topology_data.conf +++ b/src/topology/test_gnunet_daemon_topology_data.conf @@ -7,7 +7,6 @@ PORT = 2664 [transport] PORT = 2665 PLUGINS = tcp -#DEBUG = YES #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args #PREFIX = valgrind --tool=memcheck --log-file=logs%p @@ -37,10 +36,8 @@ PORT = 2669 [core] PORT = 2670 -#DEBUG = YES [topology] -# DEBUG = YES #PREFIX = valgrind --tool=memcheck [fs] @@ -51,7 +48,9 @@ AUTOSTART = NO [testing] WEAKRANDOM = YES -HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat + +[testing_old] +HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat [dns] AUTOSTART = NO @@ -62,4 +61,6 @@ AUTOSTART = NO [nse] AUTOSTART = NO +[consensus] +AUTOSTART = NO |