Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 775a6e1

Browse files
authored
BC-7906 - Remove tldraw env vars (#36)
1 parent faafda8 commit 775a6e1

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

src/modules/data/env-config/envConfigDefaults.ts

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ export const defaultConfigEnvs: ConfigResponse = {
3232
FEATURE_LTI_TOOLS_TAB_ENABLED: true,
3333
FEATURE_SHOW_MIGRATION_WIZARD: false,
3434
FEATURE_TLDRAW_ENABLED: false,
35-
TLDRAW__ASSETS_ENABLED: false,
36-
TLDRAW__ASSETS_MAX_SIZE: -1,
37-
TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST: [],
3835
ALERT_STATUS_URL: null,
3936
FEATURE_ES_COLLECTIONS_ENABLED: false,
4037
FEATURE_EXTENSIONS_ENABLED: false,

src/serverApi/v3/models/config-response.ts

+1-19
Original file line numberDiff line numberDiff line change
@@ -101,24 +101,6 @@ export interface ConfigResponse {
101101
* @memberof ConfigResponse
102102
*/
103103
FEATURE_TLDRAW_ENABLED: boolean;
104-
/**
105-
*
106-
* @type {boolean}
107-
* @memberof ConfigResponse
108-
*/
109-
TLDRAW__ASSETS_ENABLED: boolean;
110-
/**
111-
*
112-
* @type {number}
113-
* @memberof ConfigResponse
114-
*/
115-
TLDRAW__ASSETS_MAX_SIZE: number;
116-
/**
117-
*
118-
* @type {Array<string>}
119-
* @memberof ConfigResponse
120-
*/
121-
TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST: Array<string>;
122104
/**
123105
*
124106
* @type {boolean}
@@ -425,6 +407,6 @@ export interface ConfigResponse {
425407
* @memberof ConfigResponse
426408
*/
427409
FEATURE_AI_TUTOR_ENABLED: boolean;
428-
}
410+
}
429411

430412

0 commit comments

Comments
 (0)