aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-10-29 10:41:46 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-29 10:41:46 +0000
commitc8209edd23a78f90a06db835e351dfc3c621d47b (patch)
tree2a7f294e50af71f41c2dd90e4293c14ca087d116 /src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
parent137c59b2d463efa18f5807a443eda270ccfa3bbf (diff)
downloadgnunet-c8209edd23a78f90a06db835e351dfc3c621d47b.tar.gz
gnunet-c8209edd23a78f90a06db835e351dfc3c621d47b.zip
- use configuration template for duplicate configurations
Diffstat (limited to 'src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf69
1 files changed, 2 insertions, 67 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf b/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
index 91f09d0e9..b0e28227c 100644
--- a/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
+++ b/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
@@ -1,70 +1,5 @@
1@INLINE@ test_testbed_api_template.conf
2
1[testbed] 3[testbed]
2AUTOSTART = NO
3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;
5HOSTNAME = localhost
6NEIGHBOUR_LIMIT = 100
7OVERLAY_TOPOLOGY = FROM_FILE 4OVERLAY_TOPOLOGY = FROM_FILE
8OVERLAY_TOPOLOGY_FILE = overlay_topology.txt 5OVERLAY_TOPOLOGY_FILE = overlay_topology.txt
9#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
10
11[fs]
12AUTOSTART = NO
13
14[resolver]
15AUTOSTART = NO
16
17[mesh]
18AUTOSTART = NO
19
20[dht]
21AUTOSTART = NO
22
23[dhtcache]
24QUOTA = 1 MB
25DATABASE = heap
26
27[transport]
28PLUGINS = udp
29ACCEPT_FROM6 = ::1;
30ACCEPT_FROM = 127.0.0.1;
31NEIGHBOUR_LIMIT = 50
32PORT = 12365
33
34[ats]
35WAN_QUOTA_OUT = 3932160
36WAN_QUOTA_IN = 3932160
37
38[core]
39PORT = 12092
40AUTOSTART = YES
41USE_EPHEMERAL_KEYS = NO
42
43[arm]
44DEFAULTSERVICES = core transport
45PORT = 12366
46
47[transport-udp]
48TIMEOUT = 300 s
49PORT = 12368
50
51[gnunetd]
52HOSTKEY = $GNUNET_TEST_HOME/.hostkey
53
54[PATHS]
55GNUNET_TEST_HOME = /tmp/test-testbed/
56
57[dns]
58AUTOSTART = NO
59
60[nse]
61AUTOSTART = NO
62
63[vpn]
64AUTOSTART = NO
65
66[nat]
67RETURN_LOCAL_ADDRESSES = YES
68
69[gns-helper-service-w32]
70AUTOSTART = NO