mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Comment possible values of OPENVIDU_BROWSER_LOGS
parent
eeb6d1b903
commit
3d978e1c46
|
@ -253,7 +253,10 @@ OPENVIDU_STREAMS_VIDEO_MIN_SEND_BANDWIDTH=300
|
|||
# OPENVIDU_STREAMS_ALLOW_TRANSCODING=false
|
||||
|
||||
# Send openvidu-browser logs of clients to Elasticsearch
|
||||
# Default value is 'disabled'
|
||||
# Possible values:
|
||||
# - disabled: Don't send logs. (default)
|
||||
# - debug: Send all openvidu-browser logs
|
||||
# - debug_app: Send openvidu-browser logs and frontend app logs
|
||||
# OPENVIDU_BROWSER_LOGS=disabled
|
||||
|
||||
# true to enable OpenVidu Webhook service. false' otherwise
|
||||
|
|
|
@ -253,7 +253,10 @@ OPENVIDU_STREAMS_VIDEO_MIN_SEND_BANDWIDTH=300
|
|||
# OPENVIDU_STREAMS_ALLOW_TRANSCODING=false
|
||||
|
||||
# Send openvidu-browser logs of clients to Elasticsearch
|
||||
# Default value is 'disabled'
|
||||
# Possible values:
|
||||
# - disabled: Don't send logs. (default)
|
||||
# - debug: Send all openvidu-browser logs
|
||||
# - debug_app: Send openvidu-browser logs and frontend app logs
|
||||
# OPENVIDU_BROWSER_LOGS=disabled
|
||||
|
||||
# true to enable OpenVidu Webhook service. false' otherwise
|
||||
|
|
Loading…
Reference in New Issue