From 8d3a57bd4b142d3edac1b83469d24b8d13fc8e3d Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 16 Feb 2015 10:05:14 +0000 Subject: [PATCH] Update settings.development.coffee.example --- config/settings.development.coffee.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/settings.development.coffee.example b/config/settings.development.coffee.example index c51e2be595..857c8ce2ad 100644 --- a/config/settings.development.coffee.example +++ b/config/settings.development.coffee.example @@ -93,6 +93,14 @@ module.exports = # when emails are sent out and in generated links: siteUrl : 'http://localhost:3000' + # The websocket layer of ShareLaTeX runs as separate service. + # When running locally or in development, you can point the client to this + # service directly on port 3026. If you are running behind a reverse proxy (Nginx, etc) + # 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:3026' + # If provided, a sessionSecret is used to sign cookies so that they cannot be # spoofed. This is recommended. security: