aboutsummaryrefslogtreecommitdiff
path: root/src/service/core/test_core_just_run_host.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/core/test_core_just_run_host.conf')
-rw-r--r--src/service/core/test_core_just_run_host.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/service/core/test_core_just_run_host.conf b/src/service/core/test_core_just_run_host.conf
new file mode 100644
index 000000000..045ed5940
--- /dev/null
+++ b/src/service/core/test_core_just_run_host.conf
@@ -0,0 +1,45 @@
1@INLINE@ ../transport/template_tng_cfg_peer1.conf
2[PATHS]
3GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p1/
4
5[transport]
6BINARY = gnunet-service-tng
7#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_peer1-%p
8UNIXPATH = $GNUNET_RUNTIME_DIR/tng-p1.sock
9
10[PEER]
11PRIVATE_KEY = $GNUNET_RUNTIME_DIR/private.key
12
13[communicator-tcp]
14BINARY = gnunet-communicator-tcp
15BINDTO = 192.168.15.1:60002
16DISABLE_V6 = YES
17IMMEDIATE_START = YES
18UNIXPATH = $GNUNET_RUNTIME_DIR/tcp-comm-p1.sock
19#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_ctpeer1-%p
20#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
21
22[communicator-udp]
23#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_cupeer1-%p
24BINARY = gnunet-communicator-udp
25BINDTO = 192.168.15.1:60002
26DISABLE_V6 = YES
27IMMEDIATE_START = YES
28UNIXPATH = $GNUNET_RUNTIME_DIR/udp-comm-p1.sock
29
30[peerstore]
31IMMEDIATE_START = YES
32USE_INCLUDED_HELLOS = YES
33
34[topology]
35IMMEDIATE_START = YES
36
37[dht]
38IMMEDIATE_START = YES
39
40[fs]
41IMMEDIATE_START = YES
42
43[hostlist]
44IMMEDIATE_START = YES
45OPTIONS = -p \ No newline at end of file