deployment: Fix wrong OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE to 7

pull/692/head
cruizba 2022-02-09 13:02:58 +01:00
parent 3143557951
commit f88ea86bed
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
# Max days until delete indexes in state of rollover on Elasticsearch
# Type number >= 0
# Default Value is 15
# Default Value is 7
# 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.

View File

@ -153,7 +153,7 @@ OPENVIDU_PRO_CLUSTER_LOAD_STRATEGY=streams
# Max days until delete indexes in state of rollover on Elasticsearch
# Type number >= 0
# Default Value is 15
# Default Value is 7
# 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.