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 3b2ad6f94..05309d53c 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -37,7 +37,7 @@ PORT = 12002
37UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock 37UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
38 38
39[transport] 39[transport]
40PREFIX = valgrind --leak-check=full 40#PREFIX = valgrind --leak-check=full
41PORT = 12001 41PORT = 12001
42#DEBUG = YES 42#DEBUG = YES
43UNIXPATH = /tmp/gnunet-p1-service-transport.sock 43UNIXPATH = /tmp/gnunet-p1-service-transport.sock
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 017266d09..210ee51c5 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -38,7 +38,7 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
38TRUST = $SERVICEHOME/data/credit/ 38TRUST = $SERVICEHOME/data/credit/
39 39
40[transport] 40[transport]
41PREFIX = valgrind --leak-check=full 41#PREFIX = valgrind --leak-check=full
42PORT = 12010 42PORT = 12010
43UNIXPATH = /tmp/gnunet-p2-service-transport.sock 43UNIXPATH = /tmp/gnunet-p2-service-transport.sock
44 44