deployment - OpenVidu enterprise: Add media server in .env and OPENVIDU_EDITION

pull/656/head
cruizba 2021-09-21 16:25:55 +02:00
parent ff3d4db8db
commit 8f9512c3bd
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ 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=enterprise
# Media Server to use
OPENVIDU_ENTERPRISE_MEDIA_SERVER=
# Certificate type:
# - selfsigned: Self signed certificate. Not recommended for production use.
# Users will see an ERROR when connected to web page.