diff --git a/.gitattributes b/.gitattributes index 94f480d..6313b56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf diff --git a/.gitignore b/.gitignore index bba95a6..ecb7515 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ community/minio/ community/mongo/ pro/egress/ pro/minio/ -pro/mongo/ \ No newline at end of file +pro/mongo/ diff --git a/README.md b/README.md index 678c6c5..1e2e1b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # OpenVidu Local Deployment -Docker compose to run OpenVidu locally for development purposes +Docker Compose files to run OpenVidu locally for development purposes. ## Requirements On **Windows** and **MacOS**: @@ -82,4 +82,4 @@ cd openvidu-local-deployment/pro ```sh docker compose up -``` \ No newline at end of file +``` diff --git a/community/.env b/community/.env index e718637..dbd5872 100644 --- a/community/.env +++ b/community/.env @@ -1,17 +1,16 @@ -# Configure here the private IP of your machine -# It is used by the Media Server to announce it self -# and to configure LAN_MODE ip address +# Configure here the private IP of your machine. +# It is used by the Media Server to announce itself +# and to configure the LAN_MODE IP address. LAN_PRIVATE_IP= # Expose OpenVidu with HTTPS. USE_HTTPS=true -# If true, you can access OpenVidu through your LAN -# If true, USE_HTTPS must be true +# If true, you can access OpenVidu through your LAN. +# If true, USE_HTTPS must also be true. LAN_MODE=true - # LiveKit API Key and Secret. LIVEKIT_API_KEY=devkey LIVEKIT_API_SECRET=secret diff --git a/community/custom-layout/index.html b/community/custom-layout/index.html index fbb8350..5e3cbd0 100644 --- a/community/custom-layout/index.html +++ b/community/custom-layout/index.html @@ -6,6 +6,6 @@