Skip to content

Commit

Permalink
fixup! TF-3336 Make Echo ping of web socket optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Dec 17, 2024
1 parent 2f278b9 commit 86addd0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/configuration/ws_echo_ping_configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Configuration Web Socket Echo Ping

### Context
- Echo ping method is optional
### How to config
In [env.file]:
- If you want to use Echo ping:
```WS_ECHO_PING=true```
- If you don't want to use Echo ping:
```WS_ECHO_PING=false```
or
```WS_ECHO_PING=```
3 changes: 2 additions & 1 deletion env.file
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ APP_GRID_AVAILABLE=supported
FCM_AVAILABLE=supported
IOS_FCM=supported
FORWARD_WARNING_MESSAGE=
PLATFORM=other
PLATFORM=other
WS_ECHO_PING=

0 comments on commit 86addd0

Please sign in to comment.