From 17357622e159268e3eca2986990f7a4a1b8bb5d6 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Tue, 19 Nov 2019 00:20:30 -0300 Subject: [PATCH] Update typo in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 416d1ae..e2f55cd 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ npm start npm run start:watch ``` -## Building Docker image +## Building Docker Image ```bash git clone https://github.com/jeremija/peer-calls @@ -119,8 +119,8 @@ variables. For example: - Set STUN/TURN servers: `PEERCALLS__ICE_SERVERS='[{"url": "stun:stun.l.google.com:19302", "urls": "stun:stun.l.google.com:19302"}]' - Change base url: `PEERCALLS__BASE_URL=/test` - - Enable SSL: `PEERCALLS__SSL='{"cert": "/path/to/cert.pem", "key": "/path/to/cert.key"}'` - - Enable SSL: `PEERCALLS__SSL=undefined` + - Enable HTTPS: `PEERCALLS__SSL='{"cert": "/path/to/cert.pem", "key": "/path/to/cert.key"}'` + - Disable HTTPS: `PEERCALLS__SSL=undefined` See [config/default.yaml][config] for sample configuration.