Skip to content

Commit

Permalink
Merge branch 'main' into BC-8427-member-dialogs-a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo authored Dec 16, 2024
2 parents 67b5d0c + 15c3956 commit 0f00ba6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
24 changes: 0 additions & 24 deletions src/serverApi/v3/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1245,30 +1245,6 @@ export interface ConfigResponse {
* @memberof ConfigResponse
*/
FEATURE_TLDRAW_ENABLED: boolean;
/**
*
* @type {string}
* @memberof ConfigResponse
*/
TLDRAW__WEBSOCKET_URL: string;
/**
*
* @type {boolean}
* @memberof ConfigResponse
*/
TLDRAW__ASSETS_ENABLED: boolean;
/**
*
* @type {number}
* @memberof ConfigResponse
*/
TLDRAW__ASSETS_MAX_SIZE_BYTES: number;
/**
*
* @type {Array<string>}
* @memberof ConfigResponse
*/
TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST: Array<string>;
/**
*
* @type {boolean}
Expand Down
4 changes: 0 additions & 4 deletions src/store/env-config-defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ export const defaultConfigEnvs: ConfigResponse = {
FEATURE_LTI_TOOLS_TAB_ENABLED: true,
FEATURE_SHOW_MIGRATION_WIZARD: false,
FEATURE_TLDRAW_ENABLED: false,
TLDRAW__ASSETS_ENABLED: false,
TLDRAW__ASSETS_MAX_SIZE_BYTES: -1,
TLDRAW__WEBSOCKET_URL: "https://mock.de",
TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST: [],
ALERT_STATUS_URL: null,
FEATURE_ES_COLLECTIONS_ENABLED: false,
FEATURE_EXTENSIONS_ENABLED: false,
Expand Down

0 comments on commit 0f00ba6

Please sign in to comment.