Update .env file with OPENVIDU_EDITION property

pull/648/head
pabloFuente 2021-07-23 17:57:24 +02:00
parent ad1dca04cb
commit 4c9e9ee6b3
2 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,9 @@ OPENVIDU_PRO_LICENSE=
# OpenVidu SECRET used for apps to connect to OpenVidu server and users to access to OpenVidu Dashboard
OPENVIDU_SECRET=
# OpenVidu edition to use. Can be "pro" or "enterprise"
OPENVIDU_EDITION=pro
# Certificate type:
# - selfsigned: Self signed certificate. Not recommended for production use.
# Users will see an ERROR when connected to web page.
@ -340,9 +343,6 @@ ELASTICSEARCH_PASSWORD=
# Documentation: https://doc-kurento.readthedocs.io/en/stable/features/logging.html
# KMS_DOCKER_ENV_GST_DEBUG=
# The media server to use in Media Nodes
OPENVIDU_ENTERPRISE_MEDIA_SERVER=kurento
# Cloudformation configuration
# --------------------------
# If you're working outside AWS ignore this section