Update documentation for WebsocketSecurePort

Этот коммит содержится в:
Andy Lo-A-Foe
2016-01-20 01:26:16 +01:00
родитель b870c0117f
Коммит ff8df5bf7d

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

@@ -41,7 +41,7 @@ Set the number of days before SSO sessions expire.
```"SessionCacheInMinutes" : 10```
Set the number of minutes to cache a session in memory.
```"SecureWebsocketPort": 443```
```"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```