Removes embedded html as per Ingo's suggestion.

This commit is contained in:
Boris Grozev 2015-03-09 19:14:05 +01:00
parent c6ff8aa5dd
commit 0fd1a7fa08
1 changed files with 5 additions and 7 deletions

View File

@ -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 <code>/usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties</code>.
<ul>
<li>org.jitsi.videobridge.log.INFLUX_DB_ENABLED=true</li>
<li>org.jitsi.videobridge.log.INFLUX_URL_BASE=http://influxdb.example.com:8086</li>
<li>org.jitsi.videobridge.log.INFLUX_DATABASE=jitsi_database</li>
<li>org.jitsi.videobridge.log.INFLUX_USER=user</li>
<li>org.jitsi.videobridge.log.INFLUX_PASS=pass</li>
</ul>
- 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 <code>/usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties</code>.