Optionally specify ws:// and wss:// port in config

Этот коммит содержится в:
Andy Lo-A-Foe
2016-01-19 19:41:39 +01:00
родитель c672820ff6
Коммит 6faabe34e8
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.
```"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```