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

View File

@ -7,5 +7,5 @@ ______________________________________________
| |__| | |_) | __/ | | \ / | | (_| | |_| | | |__| | |_) | __/ | | \ / | | (_| | |_| |
\____/| .__/ \___|_| |_|\/ |_|\__,_|\__,_| \____/| .__/ \___|_| |_|\/ |_|\__,_|\__,_|
| | | |
|_| version ${project.version} |_| version ${project.version}
______________________________________________ ______________________________________________