mirror of https://github.com/OpenVidu/openvidu.git
Update .env
parent
bae71aa837
commit
090164ece9
|
@ -133,14 +133,21 @@ OPENVIDU_PRO_CLUSTER_AUTOSCALING=false
|
||||||
# (and therefore distribution of load) among all available Media Nodes
|
# (and therefore distribution of load) among all available Media Nodes
|
||||||
OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
|
OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
|
||||||
|
|
||||||
# Max days until delete indexes in state of rollover on Elasticsearch
|
# What parameter should be used to distribute the creation of new sessions
|
||||||
# Type number >= 0
|
# (and therefore distribution of load) among all available Media Nodes
|
||||||
# Default Value is 15
|
OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
|
||||||
# OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE=
|
|
||||||
|
|
||||||
# Private IP of OpenVidu Server Pro
|
# What parameter should be used to distribute the creation of new sessions
|
||||||
# For example 192.168.1.101
|
# (and therefore distribution of load) among all available Media Nodes
|
||||||
# OPENVIDU_PRO_PRIVATE_IP=
|
OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
|
||||||
|
|
||||||
|
# Whether to enable or disable Network Quality API. You can monitor and
|
||||||
|
# warn users about the quality of their networks with this feature
|
||||||
|
# OPENVIDU_PRO_NETWORK_QUALITY=false
|
||||||
|
|
||||||
|
# If OPENVIDU_PRO_NETWORK_QUALITY=true, how often the network quality
|
||||||
|
# algorithm will be invoked for each user, in seconds
|
||||||
|
# OPENVIDU_PRO_NETWORK_QUALITY_INTERVAL=5
|
||||||
|
|
||||||
# Where to store recording files. Can be “local” (local storage) or “s3” (AWS bucket).
|
# Where to store recording files. Can be “local” (local storage) or “s3” (AWS bucket).
|
||||||
# You will need to define a OPENVIDU_PRO_AWS_S3_BUCKET if you use it.
|
# You will need to define a OPENVIDU_PRO_AWS_S3_BUCKET if you use it.
|
||||||
|
|
Loading…
Reference in New Issue