Fix typo in README.md
This commit is contained in:
parent
52009be029
commit
e57c2017c0
@ -118,7 +118,7 @@ Additionally, version 3 provides easier configuration via environment
|
|||||||
variables. For example:
|
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` - app will now be accessible at `localhost:3000/test`
|
- Change base URL: `PEERCALLS__BASE_URL=/test` - app will now be accessible at `localhost:3000/test`
|
||||||
- Enable HTTPS: `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"}'`
|
||||||
- Disable HTTPS: `PEERCALLS__SSL=undefined`
|
- Disable HTTPS: `PEERCALLS__SSL=undefined`
|
||||||
- Listen on a different port: `PORT=3001`
|
- Listen on a different port: `PORT=3001`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user