From 18aa1ac9851ed83e2daa32e46af8937527d25e2f Mon Sep 17 00:00:00 2001 From: Stefan Otto Date: Thu, 26 Sep 2019 10:02:46 +0200 Subject: [PATCH] Update README.md additional hint for config.js / see issue https://github.com/havfo/multiparty-meeting/issues/103 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 166629e..82137d3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ cp server/config/config.example.js server/config/config.js $ cp app/public/config/config.example.js app/public/config/config.js ``` -* Edit your two `config.js` with appropriate settings (listening IP/port, logging options, **valid** TLS certificate, etc). +* Edit your two `config.js` with appropriate settings (listening IP/port, logging options, **valid** TLS certificate, don't forget ip setting in last section in server config: (webRtcTransport), etc). * Set up the browser app: