瀏覽代碼

Fix formatting.

j8
Boris Grozev 10 年之前
父節點
當前提交
06f025e92a
共有 1 個檔案被更改,包括 6 行新增8 行删除
  1. 6
    8
      doc/influxdb.md

+ 6
- 8
doc/influxdb.md 查看文件

7
 ## Install InfluxDB
7
 ## Install InfluxDB
8
 The details are outside the scope of the document, see http://influxdb.com/download/ .
8
 The details are outside the scope of the document, see http://influxdb.com/download/ .
9
 
9
 
10
-## Enable logging on for Jitsi Videobridge
10
+## Enable logging for Jitsi Videobridge
11
 Add the following properties to <code>/usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties</code>.
11
 Add the following properties to <code>/usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties</code>.
12
 
12
 
13
-```
14
-org.jitsi.videobridge.log.INFLUX\_DB\_ENABLED=true
15
-org.jitsi.videobridge.log.INFLUX\_URL\_BASE=http://influxdb.example.com:8086
16
-org.jitsi.videobridge.log.INFLUX\_DATABASE=jitsi_database
17
-org.jitsi.videobridge.log.INFLUX\_USER=user
18
-org.jitsi.videobridge.log.INFLUX\_PASS=pass
19
-```
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
20
 
18
 
21
 ## Enable logging for Jicofo
19
 ## Enable logging for Jicofo
22
 Add the same properties as above to <code>/usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties</code>.
20
 Add the same properties as above to <code>/usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties</code>.

Loading…
取消
儲存