From f449eebf48d9b7446a638838dea5bce4525ec16f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 27 Feb 2012 09:22:12 +0000 Subject: - disable chat --- src/transport/template_cfg_peer1.conf | 3 +++ src/transport/template_cfg_peer2.conf | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf index fb1064e54..59700c343 100644 --- a/src/transport/template_cfg_peer1.conf +++ b/src/transport/template_cfg_peer1.conf @@ -49,3 +49,6 @@ UNIXPATH = /tmp/gnunet-p1-service-ats.sock [vpn] UNIXPATH = /tmp/gnunet-p1-service-vpn.sock + +[chat] +AUTOSTART = NO diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf index 768a30556..cc969376e 100644 --- a/src/transport/template_cfg_peer2.conf +++ b/src/transport/template_cfg_peer2.conf @@ -48,4 +48,7 @@ PORT = 12016 UNIXPATH = /tmp/gnunet-p2-service-ats.sock [vpn] -UNIXPATH = /tmp/gnunet-p2-service-vpn.sock \ No newline at end of file +UNIXPATH = /tmp/gnunet-p2-service-vpn.sock + +[chat] +AUTOSTART = NO -- cgit v1.2.3