Update typo in README.md
This commit is contained in:
parent
fad2ddd5ff
commit
17357622e1
@ -80,7 +80,7 @@ npm start
|
|||||||
npm run start:watch
|
npm run start:watch
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building Docker image
|
## Building Docker Image
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/jeremija/peer-calls
|
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"}]'
|
- 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`
|
- Change base url: `PEERCALLS__BASE_URL=/test`
|
||||||
- Enable SSL: `PEERCALLS__SSL='{"cert": "/path/to/cert.pem", "key": "/path/to/cert.key"}'`
|
- Enable HTTPS: `PEERCALLS__SSL='{"cert": "/path/to/cert.pem", "key": "/path/to/cert.key"}'`
|
||||||
- Enable SSL: `PEERCALLS__SSL=undefined`
|
- Disable HTTPS: `PEERCALLS__SSL=undefined`
|
||||||
|
|
||||||
See [config/default.yaml][config] for sample configuration.
|
See [config/default.yaml][config] for sample configuration.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user