Skip to content

Commit

Permalink
Use ws:// instead of http:// in deployment guide
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 3, 2016
1 parent ed74ebc commit bd12f02
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ easy to force it to connect through the proxy instead by just setting the
like:
```json
{
"janusServer": "https://example.com/janus/"
"janusServer": "ws://example.com/janus/"
}
```

If you're using the Janus REST interface, use `http`:

```json
{
"janusServer": "http://example.com/janus/"
}
```

0 comments on commit bd12f02

Please sign in to comment.