Merge pull request #1924 from loafoe/master

[#1923] Make Websocket ports configurable
Этот коммит содержится в:
Christopher Speller
2016-01-21 10:01:15 -05:00
родитель 868eece987 ff8df5bf7d
Коммит c7faefbedc
5 изменённых файлов: 32 добавлений и 1 удалений

Просмотреть файл

@@ -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.
```"WebsocketSecurePort": 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```