From c5a31f37c498104cfcb08dd5d0ca99d800c9693f Mon Sep 17 00:00:00 2001 From: OscarSotoSanchez Date: Mon, 18 May 2020 11:38:12 +0200 Subject: [PATCH] remove spaces in .env file --- openvidu-server/docker/openvidu-docker-compose/.env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openvidu-server/docker/openvidu-docker-compose/.env b/openvidu-server/docker/openvidu-docker-compose/.env index 73dc47f6..990dc81c 100644 --- a/openvidu-server/docker/openvidu-docker-compose/.env +++ b/openvidu-server/docker/openvidu-docker-compose/.env @@ -29,13 +29,13 @@ LETSENCRYPT_EMAIL=user@example.com # Proxy configuration # If you want to change the ports on which openvidu listens, uncomment the following lines -# Allows any request to http://DOMAIN_OR_PUBLIC_IP:HTTP_PORT/ to be automatically -# redirected to https://DOMAIN_OR_PUBLIC_IP:HTTPS_PORT/. -# WARNING: the default port 80 cannot be changed during the first boot +# Allows any request to http://DOMAIN_OR_PUBLIC_IP:HTTP_PORT/ to be automatically +# redirected to https://DOMAIN_OR_PUBLIC_IP: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 # HTTP_PORT=80 -# Changes the port of all services exposed by OpenVidu. +# Changes the port of all services exposed by OpenVidu. # SDKs, REST clients and browsers will have to connect to this port # HTTPS_PORT=443 @@ -45,7 +45,7 @@ LETSENCRYPT_EMAIL=user@example.com # WARNING! If you touch this configuration you can lose access to the platform from some IPs. # Use it carefully. -# This section limits access to the /dashboard (OpenVidu CE) and /inspector (OpenVidu Pro) pages. +# This section limits access to the /dashboard (OpenVidu CE) and /inspector (OpenVidu Pro) pages. # The form for a single IP or an IP range is: # ALLOWED_ACCESS_TO_DASHBOARD=198.51.100.1 and ALLOWED_ACCESS_TO_DASHBOARD=198.51.100.0/24 # To limit multiple IPs or IP ranges, separate by commas like this: