mirror of https://github.com/OpenVidu/openvidu.git
deployment - OpenVidu enterprise: Add media server in .env and OPENVIDU_EDITION
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 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=enterprise
|
||||||
|
|
||||||
|
# Media Server to use
|
||||||
|
OPENVIDU_ENTERPRISE_MEDIA_SERVER=
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in New Issue