diff options
author | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-02-27 09:22:12 +0000 |
---|---|---|
committer | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-02-27 09:22:12 +0000 |
commit | 5369efaf4b5aa6a672d04ca522788439db46e78e (patch) | |
tree | 26ec8de9b36aa3ec7e34f0d60578b5bde08c4708 | |
parent | 34ad27a54cedc43c13494f838cb350b255393300 (diff) |
- disable chat
git-svn-id: https://gnunet.org/svn/gnunet@20052 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/transport/template_cfg_peer1.conf | 3 | ||||
-rw-r--r-- | src/transport/template_cfg_peer2.conf | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf index fb1064e549..59700c3437 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 768a30556f..cc969376e7 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 |