mirror of https://github.com/OpenVidu/openvidu.git
.env changed
parent
a144d27b7b
commit
5c155bf7fc
|
@ -29,10 +29,14 @@ LETSENCRYPT_EMAIL=user@example.com
|
|||
# Proxy configuration
|
||||
# If you want to change the ports on which openvidu listens, uncomment the following lines
|
||||
|
||||
# Used for http connections and necessary to obtain letsencrypt certificated
|
||||
# Allows any request to http://IP:OPENVIDU_HTTP_PORT/ to be automatically
|
||||
# redirected to https://IP:OPENVIDU_HTTPS_PORT/ .
|
||||
# WARNING: the default port 80 cannot be changed during the first boot
|
||||
# if you have chosen to deploy with the option CERTIFICATE_TYPE=letsencrypt
|
||||
# OPENVIDU_HTTP_PORT=80
|
||||
|
||||
# Used for Openvidu API and the application deployed using docker
|
||||
# Changes the port of all services exposed by OpenVidu.
|
||||
# SDKs, REST clients and browsers will have to connect to this port
|
||||
# OPENVIDU_HTTPS_PORT=443
|
||||
|
||||
# Whether to enable recording module or not
|
||||
|
|
Loading…
Reference in New Issue