Remove code tag from README.md

This commit is contained in:
Jerko Steiner 2019-11-19 00:15:50 -03:00
parent a7dfd2f7e1
commit 72974c1f64

View File

@ -117,12 +117,10 @@ set the `DEBUG` environment variable to `DEBUG=peercalls,peercalls:config`.
Additionally, version 3 provides easier configuration via environment
variables. For example:
```bash
- 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`
```
See [config/default.yaml][config] for sample configuration.