[skip-ci] removed redundant config

This commit is contained in:
Clemens 2024-06-14 12:44:44 +02:00
parent 1735f434c3
commit f4fe85907d

View file

@ -564,12 +564,6 @@ config.testing = {
enableAv1Support: {{ $TESTING_AV1_SUPPORT }}
};
// Settings for the Excalidraw whiteboard integration.
if (!config.hasOwnProperty('whiteboard')) config.whiteboard = {};
config.whiteboard.enabled = {{ $WHITEBOARD_ENABLED }};
config.whiteboard.collabServerBaseUrl = '{{ $WHITEBOARD_COLLAB_SERVER_PUBLIC_URL }}';
// CUSTOM ADJUSTMENTS
config.disableThirdPartyRequests = true;
config.channelLastN = 8;