Skip to content

Commit

Permalink
doc: fix websocket URL example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Apr 22, 2018
1 parent 9874c3b commit f7b1ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ However, it does need to know how to connect to both Asterisk and NATS.
-e ARI_USERNAME="demo-user" \
-e ARI_PASSWORD="supersecret" \
-e ARI_HTTP_URL="http://asterisk:8088/ari" \
-e ARI_WEBSOCKET_URL="http://asterisk:8088/ari/events" \
-e ARI_WEBSOCKET_URL="ws://asterisk:8088/ari/events" \
-e NATS_URL="nats://nats:4222" \
cycoresystems/ari-proxy
```
Expand Down

0 comments on commit f7b1ad7

Please sign in to comment.