Ver código fonte

Tries to improve readibility...

j8
Boris Grozev 10 anos atrás
pai
commit
c6ff8aa5dd
1 arquivos alterados com 7 adições e 5 exclusões
  1. 7
    5
      doc/influxdb.md

+ 7
- 5
doc/influxdb.md Ver arquivo

@@ -10,11 +10,13 @@ The details are outside the scope of the document, see http://influxdb.com/downl
10 10
 ## Enable logging for Jitsi Videobridge
11 11
 Add the following properties to <code>/usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties</code>.
12 12
 
13
-###org.jitsi.videobridge.log.INFLUX\_DB\_ENABLED=true
14
-###org.jitsi.videobridge.log.INFLUX\_URL\_BASE=http://influxdb.example.com:8086
15
-###org.jitsi.videobridge.log.INFLUX\_DATABASE=jitsi_database
16
-###org.jitsi.videobridge.log.INFLUX\_USER=user
17
-###org.jitsi.videobridge.log.INFLUX\_PASS=pass
13
+<ul>
14
+<li>org.jitsi.videobridge.log.INFLUX_DB_ENABLED=true</li>
15
+<li>org.jitsi.videobridge.log.INFLUX_URL_BASE=http://influxdb.example.com:8086</li>
16
+<li>org.jitsi.videobridge.log.INFLUX_DATABASE=jitsi_database</li>
17
+<li>org.jitsi.videobridge.log.INFLUX_USER=user</li>
18
+<li>org.jitsi.videobridge.log.INFLUX_PASS=pass</li>
19
+</ul>
18 20
 
19 21
 ## Enable logging for Jicofo
20 22
 Add the same properties as above to <code>/usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties</code>.

Carregando…
Cancelar
Salvar