From 38ac87a5d3f47a431b33ca57dc19d602238ad6d2 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 26 Oct 2018 00:04:38 +0900 Subject: RECLAIM: forgot conf file for tests --- src/reclaim/test_reclaim.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/reclaim/test_reclaim.conf (limited to 'src/reclaim') diff --git a/src/reclaim/test_reclaim.conf b/src/reclaim/test_reclaim.conf new file mode 100644 index 000000000..35e710177 --- /dev/null +++ b/src/reclaim/test_reclaim.conf @@ -0,0 +1,33 @@ +@INLINE@ test_reclaim_defaults.conf + +[PATHS] +GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-reclaim-peer-1/ + +[dht] +START_ON_DEMAND = YES + +[rest] +START_ON_DEMAND = YES +PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/restlog + +[transport] +PLUGINS = + +[reclaim] +START_ON_DEMAND = YES +#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=$GNUNET_TMP/idplog + +[gns] +#PREFIX = valgrind --leak-check=full --track-origins=yes +START_ON_DEMAND = YES +AUTO_IMPORT_PKEY = YES +MAX_PARALLEL_BACKGROUND_QUERIES = 10 +DEFAULT_LOOKUP_TIMEOUT = 15 s +RECORD_PUT_INTERVAL = 1 h +ZONE_PUBLISH_TIME_WINDOW = 1 h +DNS_ROOT=PD67SGHF3E0447TU9HADIVU9OM7V4QHTOG0EBU69TFRI2LG63DR0 + +[reclaim-rest-plugin] +address = http://localhost:8000/#/login +psw = mysupersecretpassword +expiration_time = 3600 -- cgit v1.2.3