openvidu-deployment: Comment possible values of OPENVIDU_BROWSER_LOGS

pull/648/head
cruizba 2021-06-28 11:13:01 +02:00
parent eeb6d1b903
commit 3d978e1c46
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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