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 8b6e04bd6..233b9b3cf 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -35,7 +35,7 @@ PORT = 12002
35UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock 35UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
36 36
37[transport] 37[transport]
38PREFIX = valgrind --leak-check=full 38#PREFIX = valgrind --leak-check=full
39PORT = 12001 39PORT = 12001
40#DEBUG = YES 40#DEBUG = YES
41UNIXPATH = /tmp/gnunet-p1-service-transport.sock 41UNIXPATH = /tmp/gnunet-p1-service-transport.sock
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 3706ffb25..71881bdb0 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -36,7 +36,7 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
36TRUST = $SERVICEHOME/data/credit/ 36TRUST = $SERVICEHOME/data/credit/
37 37
38[transport] 38[transport]
39PREFIX = valgrind --leak-check=full 39#PREFIX = valgrind --leak-check=full
40PORT = 12010 40PORT = 12010
41UNIXPATH = /tmp/gnunet-p2-service-transport.sock 41UNIXPATH = /tmp/gnunet-p2-service-transport.sock
42 42