Skip to content

Commit

Permalink
Update configuration.md (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihhu authored Mar 1, 2024
1 parent da1ebd0 commit 1151281
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/dev-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1580,9 +1580,13 @@ Default: **unset**
Properties:
* `enabled` - Whether the feature is enabled or not.
* `collabServerBaseUrl` - The [server](https://github.com/jitsi/excalidraw-backend) used to support whiteboard collaboration.
* `userLimit` - The user access limit to the whiteboard, introduced as a means to control the performance.
* `limitUrl` - The url for more info about the whiteboard and its usage limitations.

```javascript
whiteboard: {
enabled: true,
collabServerBaseUrl: 'https://excalidraw-backend.example.com'
collabServerBaseUrl: 'https://excalidraw-backend.example.com',
userLimit: 25,
limitUrl: 'https://example.com/blog/whiteboard-limits'
}

0 comments on commit 1151281

Please sign in to comment.