mirror of https://github.com/OpenVidu/openvidu.git
deployment: Fix wrong OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE to 7
parent
3143557951
commit
f88ea86bed
|
@ -156,7 +156,7 @@ OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
|
||||||
|
|
||||||
# Max days until delete indexes in state of rollover on Elasticsearch
|
# Max days until delete indexes in state of rollover on Elasticsearch
|
||||||
# Type number >= 0
|
# Type number >= 0
|
||||||
# Default Value is 15
|
# Default Value is 7
|
||||||
# OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE=
|
# OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE=
|
||||||
|
|
||||||
# If you have an external Elasticsearch and Kibana already running, put here the url to elasticsearch and kibana services.
|
# If you have an external Elasticsearch and Kibana already running, put here the url to elasticsearch and kibana services.
|
||||||
|
|
|
@ -153,7 +153,7 @@ OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
|
||||||
|
|
||||||
# Max days until delete indexes in state of rollover on Elasticsearch
|
# Max days until delete indexes in state of rollover on Elasticsearch
|
||||||
# Type number >= 0
|
# Type number >= 0
|
||||||
# Default Value is 15
|
# Default Value is 7
|
||||||
# OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE=
|
# OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE=
|
||||||
|
|
||||||
# If you have an external Elasticsearch and Kibana already running, put here the url to elasticsearch and kibana services.
|
# If you have an external Elasticsearch and Kibana already running, put here the url to elasticsearch and kibana services.
|
||||||
|
|
Loading…
Reference in New Issue