aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/test_idp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity-provider/test_idp.conf')
-rw-r--r--src/identity-provider/test_idp.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/identity-provider/test_idp.conf b/src/identity-provider/test_idp.conf
index 3559dd767..3e4df561a 100644
--- a/src/identity-provider/test_idp.conf
+++ b/src/identity-provider/test_idp.conf
@@ -4,22 +4,22 @@
4GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-idp-peer-1/ 4GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-idp-peer-1/
5 5
6[dht] 6[dht]
7AUTOSTART = YES 7START_ON_DEMAND = YES
8 8
9[rest] 9[rest]
10AUTOSTART = YES 10START_ON_DEMAND = YES
11PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/restlog 11PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/restlog
12 12
13[transport] 13[transport]
14PLUGINS = 14PLUGINS =
15 15
16[identity-provider] 16[identity-provider]
17AUTOSTART = YES 17START_ON_DEMAND = YES
18#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=$GNUNET_TMP/idplog 18#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=$GNUNET_TMP/idplog
19 19
20[gns] 20[gns]
21#PREFIX = valgrind --leak-check=full --track-origins=yes 21#PREFIX = valgrind --leak-check=full --track-origins=yes
22AUTOSTART = YES 22START_ON_DEMAND = YES
23AUTO_IMPORT_PKEY = YES 23AUTO_IMPORT_PKEY = YES
24MAX_PARALLEL_BACKGROUND_QUERIES = 10 24MAX_PARALLEL_BACKGROUND_QUERIES = 10
25DEFAULT_LOOKUP_TIMEOUT = 15 s 25DEFAULT_LOOKUP_TIMEOUT = 15 s