[Pkg-voip-commits] [janus] 169/282: Sample config file fixes

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit b8940253201af5713e274d037329af0b6e0ecce7
Author: Piter Konstantinov <pit.here at gmail.com>
Date:   Fri Nov 3 15:17:38 2017 +0300

    Sample config file fixes
---
 conf/janus.eventhandler.rabbitmqevh.cfg.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/janus.eventhandler.rabbitmqevh.cfg.sample b/conf/janus.eventhandler.rabbitmqevh.cfg.sample
index 9adcbe0..8b21fc6 100644
--- a/conf/janus.eventhandler.rabbitmqevh.cfg.sample
+++ b/conf/janus.eventhandler.rabbitmqevh.cfg.sample
@@ -9,12 +9,12 @@ events = all				; Comma separated list of the events mask you're interested
 grouping = yes				; Whether events should be sent individually , or if it's ok
 							; to group them. The default is 'yes' to limit the number of
 							; messages
-host = 192.168.99.100		; The address of the RabbitMQ server
+host = localhost			; The address of the RabbitMQ server
 ;port = 5672				; The port of the RabbitMQ server (5672 by default)
 ;username = guest			; Username to use to authenticate, if needed
 ;password = guest			; Password to use to authenticate, if needed
 ;vhost = /					; Virtual host to specify when logging in, if needed
-exchange = janus-exchange
+;exchange = janus-exchange
 route_key = janus-events	; Name of the queue for event messages
 
 ;ssl_enable = no			; Whether ssl support must be enabled

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list