X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnse%2Ftest_nse.conf;h=5652fa4ead2462b3fd6c1493f05290cde87f3f1b;hb=9063a296aff487a8c3e9e7f619215a44f552adca;hp=4508e9ca7ac7f317769e88945deb1cd5a31df859;hpb=b8da3c73ba128d8013faf5b9e991a9e69b03c386;p=oweals%2Fgnunet.git diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf index 4508e9ca7..5652fa4ea 100644 --- a/src/nse/test_nse.conf +++ b/src/nse/test_nse.conf @@ -1,6 +1,5 @@ [PATHS] SERVICEHOME = /tmp/test-nse-multipeer/ -DEFAULTCONFIG = test_nse.conf [nse] PORT = 22353 @@ -9,8 +8,6 @@ BINARY = gnunet-service-nse #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p AUTOSTART = YES -DEBUG = NO -CONFIG = $DEFAULTCONFIG PROOFFILE = $SERVICEHOME/proof.nse # Overriding network settings for faster testing (do NOT use # these values in production just because they are here) @@ -25,7 +22,6 @@ HISTOGRAM = $SERVICEHOME/nse-histogram PORT = 22354 DEFAULTSERVICES = nse core UNIXPATH = /tmp/test-nse-service-arm.unix -#DEBUG = YES [fs] AUTOSTART = NO @@ -68,8 +64,7 @@ PERCENTAGE = 3 F2F = NO CONNECT_TIMEOUT = 60 s CONNECT_ATTEMPTS = 3 -#DEBUG = YES -HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat +HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat MAX_CONCURRENT_SSH = 20 USE_PROGRESSBARS = YES PEERGROUP_TIMEOUT = 1000 s @@ -77,3 +72,5 @@ PEERGROUP_TIMEOUT = 1000 s DELETE_FILES = NO +[consensus] +AUTOSTART = NO