Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Change ENABLE_WS_TRANSPORT to ENABLE_WS_SERVER
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Sep 29, 2021
1 parent 6109cc6 commit 4892def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docSrc/src/doc/docs/ij_user_guide/server_customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ If you want faster scrolling, you should decrease the value, so for example, the
!!! bug
Actually, we want to get rid of this option in the future, determining scrolling speed automatically, synced with the client. More details: [PRJ-272](https://youtrack.jetbrains.com/issue/PRJ-272).

### Disabling WebSocket transport
### Disabling WebSocket server

Name | Type | Default value
---|---|---
`ORG_JETBRAINS_PROJECTOR_SERVER_ENABLE_WS_TRANSPORT` | Boolean | `true`
`ORG_JETBRAINS_PROJECTOR_SERVER_ENABLE_WS_SERVER` | Boolean | `true`

Setting this variable to false will disable the built-in web server and WebSocket transport.
Setting this option to `false` will disable the built-in WebSocket server.
Additional transports can be added at runtime via `ProjectorServer.addTransport`

!!! warning
Expand Down

0 comments on commit 4892def

Please sign in to comment.