aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/template_cfg_peer1.conf2
-rw-r--r--src/transport/template_cfg_peer2.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf
index 0fbc8e8db..ab0c5b391 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -38,7 +38,7 @@ PORT = 12002
38UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock 38UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
39 39
40[transport] 40[transport]
41PREFIX = valgrind --leak-check=full 41#PREFIX = valgrind --leak-check=full
42PORT = 12001 42PORT = 12001
43#DEBUG = YES 43#DEBUG = YES
44UNIXPATH = /tmp/gnunet-p1-service-transport.sock 44UNIXPATH = /tmp/gnunet-p1-service-transport.sock
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 76f5196d5..a10dfc488 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -39,7 +39,7 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
39TRUST = $SERVICEHOME/data/credit/ 39TRUST = $SERVICEHOME/data/credit/
40 40
41[transport] 41[transport]
42PREFIX = valgrind --leak-check=full 42#PREFIX = valgrind --leak-check=full
43PORT = 12010 43PORT = 12010
44UNIXPATH = /tmp/gnunet-p2-service-transport.sock 44UNIXPATH = /tmp/gnunet-p2-service-transport.sock
45 45