From 0fd1a7fa08bf564207fac046ecc2b069a0bb00f7 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Mon, 9 Mar 2015 19:14:05 +0100 Subject: [PATCH] Removes embedded html as per Ingo's suggestion. --- doc/influxdb.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/influxdb.md b/doc/influxdb.md index b9719c3c7..493d9b36a 100644 --- a/doc/influxdb.md +++ b/doc/influxdb.md @@ -10,13 +10,11 @@ The details are outside the scope of the document, see http://influxdb.com/downl ## Enable logging for Jitsi Videobridge Add the following properties to /usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties. - +- org.jitsi.videobridge.log.INFLUX_DB_ENABLED=true +- org.jitsi.videobridge.log.INFLUX_URL_BASE=http://influxdb.example.com:8086 +- org.jitsi.videobridge.log.INFLUX_DATABASE=jitsi_database +- org.jitsi.videobridge.log.INFLUX_USER=user +- org.jitsi.videobridge.log.INFLUX_PASS=pass ## Enable logging for Jicofo Add the same properties as above to /usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties.