Use real-time server for websockets

This commit is contained in:
James Allen 2014-11-21 12:44:41 +00:00
parent 24b3226fcf
commit 485459c839

View file

@ -110,7 +110,7 @@ module.exports =
# then websocketsUrl should be the same as siteUrl, with your reverse
# proxy responible for sending websocket traffic to the websocket service
# rather than connecting directly.
websocketsUrl: "http://localhost:3000"
websocketsUrl: "http://localhost:3026"
# Where your instance of ShareLaTeX can be found publically. Used in emails
# that are sent out, generated links, etc.