22 lines
552 B
YAML
22 lines
552 B
YAML
backend:
|
|
# TODO
|
|
accessToken: ""
|
|
# TODO
|
|
webdav: false
|
|
performance:
|
|
# Whiteboard information broadcasting frequency (in /s)
|
|
# => diminishing this will result in more latency
|
|
whiteboardInfoBroadcastFreq: 1
|
|
|
|
frontend:
|
|
# When an editable whiteboard is loading in a client,
|
|
# should it be started in read-only mode.
|
|
readOnlyOnWhiteboardLoad: false
|
|
# Show smallest screen indicator
|
|
showSmallestScreenIndicator: true
|
|
performance:
|
|
pointerEventsThreshold:
|
|
minDistDelta: 1
|
|
minTimeDelta: 33
|
|
refreshInfoFreq: 5
|