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.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
index 48926389b..381c1bd85 100644
--- a/src/testbed/test_testbed_api_template.conf
+++ b/src/testbed/test_testbed_api_template.conf
@@ -1,8 +1,8 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf 2@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
3 3
4[testbed] 4[testbed]
5AUTOSTART = NO 5START_ON_DEMAND = NO
6PORT = 12113 6PORT = 12113
7ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
8HOSTNAME = localhost 8HOSTNAME = localhost
@@ -18,11 +18,11 @@ PLUGINS = udp
18ACCEPT_FROM6 = ::1; 18ACCEPT_FROM6 = ::1;
19ACCEPT_FROM = 127.0.0.1; 19ACCEPT_FROM = 127.0.0.1;
20NEIGHBOUR_LIMIT = 50 20NEIGHBOUR_LIMIT = 50
21FORCESTART = YES 21IMMEDIATE_START = YES
22 22
23# Transport requires resolver when connecting to a peer, so enable it 23# Transport requires resolver when connecting to a peer, so enable it
24[resolver] 24[resolver]
25AUTOSTART = YES 25START_ON_DEMAND = YES
26 26
27[ats] 27[ats]
28WAN_QUOTA_OUT = 3932160 28WAN_QUOTA_OUT = 3932160
@@ -30,13 +30,13 @@ WAN_QUOTA_IN = 3932160
30 30
31[core] 31[core]
32USE_EPHEMERAL_KEYS = NO 32USE_EPHEMERAL_KEYS = NO
33FORCESTART = YES 33IMMEDIATE_START = YES
34 34
35[transport-udp] 35[transport-udp]
36TIMEOUT = 300 s 36TIMEOUT = 300 s
37 37
38[PATHS] 38[PATHS]
39GNUNET_TEST_HOME = /tmp/test-testbed/ 39GNUNET_TEST_HOME = $GNUNET_TMP/test-testbed/
40 40
41[nat] 41[nat]
42RETURN_LOCAL_ADDRESSES = YES 42RETURN_LOCAL_ADDRESSES = YES