nvisibleinc / go-ari-proxy

Asterisk REST Interface proxy system written in Go
Apache License 2.0
31 stars 17 forks source link

Config File Possible Correction/Suggestion #30

Closed kisienya closed 7 years ago

kisienya commented 7 years ago

Much appreciate this application.

Should config.json read
"websocket_url": "http://localhost:8080" OR
"websocket_url": "ws://localhost:8080"

Do you have a more concrete example on how to implement the config file. The example given is not very easy to follow.

Thanks