0b1d1943ec
* Config should be provided as Yaml file now * Other way to provide configuration are now deprectaed * The config format is checked agaist a schema with the json-schema standard * Tests are are added to the project (in the backend for config parsing)
18 lines
461 B
YAML
18 lines
461 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.
|
|
setReadOnlyOnWhiteboardLoad: false
|
|
# Show smallest screen indicator
|
|
showSmallestScreenIndicator: true
|
|
# performance:
|