.env changed

pull/457/head
OscarSotoSanchez 2020-04-29 10:24:38 +02:00
parent a144d27b7b
commit 5c155bf7fc
1 changed files with 6 additions and 2 deletions

View File

@ -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