deployment - OpenVidu enterprise: Add media server in .env and OPENVIDU_EDITION
This commit is contained in:
parent
ff3d4db8db
commit
8f9512c3bd
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user