summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndy Lo-A-Foe <andy.loafoe@aemian.com>2016-01-19 19:41:39 +0100
committerAndy Lo-A-Foe <andy.loafoe@aemian.com>2016-01-19 19:41:39 +0100
commit6faabe34e8a56e247953be631a6af31a132b8b0b (patch)
tree4b1d56c22d06669f80b045eb8c7e1f9a7407ea3a /doc
parentc672820ff6a2a58d390c9bbc80fffdcc654e2716 (diff)
downloadchat-6faabe34e8a56e247953be631a6af31a132b8b0b.tar.gz
chat-6faabe34e8a56e247953be631a6af31a132b8b0b.tar.bz2
chat-6faabe34e8a56e247953be631a6af31a132b8b0b.zip
Optionally specify ws:// and wss:// port in config
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Configuration-Settings.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install/Configuration-Settings.md b/doc/install/Configuration-Settings.md
index 31d4551f6..3dcbe73a6 100644
--- a/doc/install/Configuration-Settings.md
+++ b/doc/install/Configuration-Settings.md
@@ -41,6 +41,13 @@ Set the number of days before SSO sessions expire.
```"SessionCacheInMinutes" : 10```
Set the number of minutes to cache a session in memory.
+```"SecureWebsocketPort": 443```
+The port to use for secure websocket connections being initiated from the client. By default wss:// uses port 443. Some server configurations (e.g. Cloudfoundry) support wss on a different port.
+
+```"WebsocketPort": 80```
+The port to use for websocket connections being initiated from the client. By default ws:// uses port 80.
+
+
#### Webhooks
```"EnableIncomingWebhooks": true```