aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_template.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_template.conf')
-rw-r--r--src/testbed/test_testbed_api_template.conf49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
deleted file mode 100644
index ae0368a8b..000000000
--- a/src/testbed/test_testbed_api_template.conf
+++ /dev/null
@@ -1,49 +0,0 @@
1@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
2@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
3
4[testbed]
5START_ON_DEMAND = NO
6PORT = 12113
7ACCEPT_FROM = 127.0.0.1;
8HOSTNAME = localhost
9OVERLAY_TOPOLOGY = NONE
10#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
11
12[dhtcache]
13QUOTA = 1 MB
14DATABASE = heap
15
16[transport]
17PLUGINS = tcp
18ACCEPT_FROM6 = ::1;
19ACCEPT_FROM = 127.0.0.1;
20NEIGHBOUR_LIMIT = 50
21IMMEDIATE_START = YES
22
23# Transport requires resolver when connecting to a peer, so enable it
24[resolver]
25START_ON_DEMAND = YES
26
27[ats]
28WAN_QUOTA_OUT = 3932160
29WAN_QUOTA_IN = 3932160
30
31[core]
32USE_EPHEMERAL_KEYS = NO
33IMMEDIATE_START = YES
34
35[transport-tcp]
36TIMEOUT = 300 s
37
38[PATHS]
39GNUNET_TEST_HOME = $GNUNET_TMP/test-testbed/
40
41[nat]
42RETURN_LOCAL_ADDRESSES = YES
43
44[peerinfo]
45NO_IO = YES
46
47[rps]
48START_ON_DEMAND = NO
49IMMEDIATE_START = NO